1 #[cfg_attr(all(), cfg_attr(all(), cfg(foo)))]
f()2 fn f() {}
3 
main()4 fn main() { f() } //~ ERROR cannot find function `f` in this scope
5