blob: 5c5a4ecce0b24e6714d0eb5b02462c4c405f2b84 [file] [log] [blame]
use wasm_bindgen::prelude::*;
#[wasm_bindgen]
extern "C" {
type Foo;
#[wasm_bindgen(method, structural, final)]
fn bar(this: &Foo);
}
fn main() {}