Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
src
/
test
/
ui
/
extern-flag
/
empty-extern-arg.rs
blob: 2f4ae7d8e70fa525421c82440151f008929a5683 [
file
] [
log
] [
blame
]
// 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
()
{}