Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
cfg
/
cfg_inner_static.rs
blob: 8d188b0aed73c175d1dcab094325dff33c82d384 [
file
] [
log
] [
blame
]
//@ run-pass
//@ aux-build:cfg_inner_static.rs
extern
crate cfg_inner_static
;
pub
fn
main
()
{
cfg_inner_static
::
foo
();
}