Sign in
android
/
toolchain
/
llvm-project
/
refs/heads/main-cg-testing-release
/
.
/
clang
/
test
/
Modules
/
Inputs
/
declare-use
/
sub.h
blob: 63d4234ce7076cfe8a6f891cc8501d8d5419bc63 [
file
] [
log
] [
blame
] [
edit
]
#ifndef
SUB_H
#define
SUB_H
const
int
sub
=
42
;
#endif