Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/12.0-2021-07-10
/
.
/
clang
/
test
/
Modules
/
Inputs
/
declare-use
/
b.h
blob: 55daf7286801c68329c501aa176213f1f252ebb2 [
file
] [
log
] [
blame
]
#ifndef
B_H
#define
B_H
const
int
b
=
3
;
#endif