Sign in
rust
/
rust-lang
/
rust
/
refs/heads/auto
/
.
/
tests
/
ui
/
wasm
/
wasm-link-to-panic-abort-issue-148246.rs
blob: 860fb18a726f6ff0b52e71803a27cf8d6097e863 [
file
] [
log
] [
blame
] [
edit
]
//@ only-wasm32
//@ compile-flags: -C panic=abort
//@ build-pass
// Test that a `-C panic=abort` binary crate can link to a `-C panic=unwind` core.
fn
main
()
{}