2014-10-12 22:38:04 -05:00
|
|
|
//@ compile-flags: --extern std=
|
2020-07-05 02:39:15 -05:00
|
|
|
//@ error-pattern: extern location for std does not exist
|
2021-11-26 15:39:44 -06:00
|
|
|
//@ needs-unwind since it affects the error output
|
2022-09-23 02:41:12 -05:00
|
|
|
//@ ignore-emscripten missing eh_catch_typeinfo lang item
|
2014-10-12 22:38:04 -05:00
|
|
|
|
|
|
|
fn main() {}
|