``` ignore!( foo bar ) fn main() { } ``` Errors out with: ``` test.rs:1:0: 1:6 error: expected item but found `ignore` test.rs:1 ignore!( foo bar ) ^~~~~~ ```