rustc/tests/ui/abi/removed-wasm-abi.rs
2024-10-21 11:08:01 +02:00

5 lines
78 B
Rust

extern "wasm" fn test() {}
//~^ ERROR invalid ABI: found `wasm`
fn main() {}