5 lines
78 B
Rust
5 lines
78 B
Rust
|
extern "wasm" fn test() {}
|
||
|
//~^ ERROR invalid ABI: found `wasm`
|
||
|
|
||
|
fn main() {}
|