]> git.lizzy.rs Git - rust.git/blob - tests/run-make/wasm-export-all-symbols/foo.rs
Rollup merge of #106701 - ibraheemdev:sync-sender-spin, r=Amanieu
[rust.git] / tests / run-make / wasm-export-all-symbols / foo.rs
1 #![crate_type = "cdylib"]
2
3 extern crate bar;