summary refs log tree commit diff
path: root/src/test/compile-fail/empty-extern-arg.rs
blob: ae28fcad903be648871df818a2c1b370e3e57461 (plain)
1
2
3
4
// compile-flags: --extern std=
// error-pattern: can't find crate for `std`

fn main() {}