blob: d770b6687c9fd4622716bf9a945abddc1b22ddf2 [file] [log] [blame]
// compile-flags: -Z parse-only
// Verifies that the expected token errors for `extern crate` are
// raised
extern crate foo {} //~ERROR expected one of `;` or `as`, found `{`