summaryrefslogtreecommitdiffstats
path: root/tests/ui/extern-flag/invalid-crate-name.rs
blob: a26b5dd4635ffadb564095c83b45e59be091d043 (plain)
1
2
3
4
// compile-flags: --extern=?#1%$
// error-pattern: crate name `?#1%$` passed to `--extern` is not a valid ASCII identifier

fn main() {}