oden/third-party/vendor/wasm-bindgen-macro/ui-tests/main-unit.rs
2024-03-08 11:03:01 -08:00

7 lines
108 B
Rust

use wasm_bindgen::prelude::*;
#[wasm_bindgen(main)]
fn main() -> () {}
#[wasm_bindgen(main)]
fn fail() {}