Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/12.0-2021-02-03
/
.
/
clang
/
test
/
Modules
/
Inputs
/
declare-use
/
sub.h
blob: 63d4234ce7076cfe8a6f891cc8501d8d5419bc63 [
file
] [
log
] [
blame
]
#ifndef
SUB_H
#define
SUB_H
const
int
sub
=
42
;
#endif