summary refs log tree commit diff
path: root/src/test/ui/parser/extern-expected-fn-or-brace.rs
blob: 907de0d8f91d84ddf81d7f08403a60fde4eff194 (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 keyword `mod`