summaryrefslogtreecommitdiffstats
path: root/vendor/wasm-bindgen-macro/ui-tests/pub-not-copy.rs
blob: b5f6b0cfb4b2a0484c712d8e5b48612f2b848ebf (plain)
1
2
3
4
5
6
7
8
use wasm_bindgen::prelude::*;

#[wasm_bindgen]
pub struct A {
    pub field: String,
}

fn main() {}