blob: 907de0d8f91d84ddf81d7f08403a60fde4eff194 [file] [log] [blame]
// Verifies that the expected token errors for `extern crate` are
// raised
extern "C" mod foo; //~ERROR expected one of `fn` or `{`, found keyword `mod`