]> git.lizzy.rs Git - rust.git/blob - src/test/ui/cfg/cfg_inner_static.rs
Rollup merge of #105758 - Nilstrieb:typeck-results-mod, r=compiler-errors
[rust.git] / src / test / ui / cfg / cfg_inner_static.rs
1 // run-pass
2 // aux-build:cfg_inner_static.rs
3
4 // pretty-expanded FIXME #23616
5
6 extern crate cfg_inner_static;
7
8 pub fn main() {
9     cfg_inner_static::foo();
10 }