Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e899e799b51c7df7000c69233ea28e764dd3ddf5
/
.
/
clang
/
test
/
Modules
/
Inputs
/
explicit-build
/
a.h
blob: 5e3602f58ffe7be3ce6b46268e4e995d1cb1622a [
file
] [
log
] [
blame
]
#if !__building_module(a)
#error
"should only get here when building module a"
#endif
const
int
a
=
1
;