1 2 3 4 5 6 7 8 9
//@ run-pass //@ aux-build:cfg_inner_static.rs extern crate cfg_inner_static; pub fn main() { cfg_inner_static::foo(); }