Sign in
rust
/
rust-lang
/
llvm-project
/
089567c89f2a05c57dd2db7685f12c4321c05009
/
.
/
clang
/
test
/
Modules
/
Inputs
/
modular_maps
/
b.h
blob: 55daf7286801c68329c501aa176213f1f252ebb2 [
file
] [
log
] [
blame
]
#ifndef
B_H
#define
B_H
const
int
b
=
3
;
#endif