1 #[cfg(foo(bar))] //~ ERROR invalid predicate `foo`
check()2 fn check() {}
3 
main()4 fn main() {}
5