wasm-bindgen/crates/macro/ui-tests/attribute-fails-to-parse.rs
2019-01-02 08:35:05 -08:00

9 lines
126 B
Rust

#![crate_type = "rlib"]
extern crate wasm_bindgen;
use wasm_bindgen::prelude::*;
#[wasm_bindgen(nonsense)]
pub fn foo() {}