blob: 2f4ae7d8e70fa525421c82440151f008929a5683 (
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 missing eh_catch_typeinfo lang item
fn main() {}
|