blob: 3170537b0e0a088f61916102199d1b5b27c86526 (
plain)
1
2
3
4
5
6
|
// compile-flags: --extern std=
// error-pattern: extern location for std does not exist
// needs-unwind since it affects the error output
// ignore-emscripten compiled with panic=abort, personality not required
fn main() {}
|