Sign in
llvm
/
clang
/
7d0e090bbc61baebf0be18e4d9ba36615b6cd566
/
.
/
test
/
Modules
/
Inputs
/
declare-use
/
b.h
blob: 55daf7286801c68329c501aa176213f1f252ebb2 [
file
] [
log
] [
blame
]
#ifndef
B_H
#define
B_H
const
int
b
=
3
;
#endif