Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
refs/heads/cranelift-rebase
/
.
/
src
/
test
/
codegen
/
panic-unwind-default-uwtable.rs
blob: 4c85008cf359a842b80b0d856bbfdd8c5e4b6870 [
file
] [
log
] [
blame
] [
edit
]
// compile-flags: -C panic=unwind -C no-prepopulate-passes
#![
crate_type
=
"lib"
]
// CHECK: attributes #{{.*}} uwtable
pub
fn
foo
()
{}