5 lines
147 B
Rust
5 lines
147 B
Rust
|
|
//@ compile-flags: --check-cfg=cfg(emscripten_wasm_eh)
|
||
|
|
#[cfg(not(emscripten_wasm_eh))]
|
||
|
|
//~^ `cfg(emscripten_wasm_eh)` is experimental
|
||
|
|
fn main() {}
|