summary refs log tree commit diff
path: root/src/test/ui/parser/extern-expected-fn-or-brace.rs
blob: dd46b87fa426ff3904bc8036af520ef1596dc84f (plain)
1
2
3
4
// Verifies that the expected token errors for `extern crate` are
// raised

extern "C" mod foo; //~ERROR expected one of `fn` or `{`, found `mod`