Sign in
llvm
/
llvm-project
/
41a94de75caacb979070ec7a010dfe3c4e9f116f
/
.
/
clang
/
test
/
Modules
/
Inputs
/
string_names
/
b.h
blob: 55daf7286801c68329c501aa176213f1f252ebb2 [
file
]
#ifndef
B_H
#define
B_H
const
int
b
=
3
;
#endif