Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/main
/
.
/
bindgen-tests
/
tests
/
headers
/
extern-block-attrs.h
blob: 00102ac343a389d76c111a5d1566b1be3fe98182 [
file
] [
edit
]
// bindgen-flags: --extern-block-attrs '#[allow(dead_code)]'
void
test_function
();
extern
int
test_var
;
extern
const
int
test_const_var
;