Sign in
rust
/
rust
/
08650fbb506c44fbc95d91abfb7cd95a56bbff30
/
.
/
src
/
test
/
codegen
/
panic-unwind-default-uwtable.rs
blob: 4c85008cf359a842b80b0d856bbfdd8c5e4b6870 [
file
]
// compile-flags: -C panic=unwind -C no-prepopulate-passes
#![
crate_type
=
"lib"
]
// CHECK: attributes #{{.*}} uwtable
pub
fn
foo
()
{}