]> git.lizzy.rs Git - rust.git/blob - tests/run-make/wasm-export-all-symbols/foo.rs
Auto merge of #107843 - bjorn3:sync_cg_clif-2023-02-09, r=bjorn3
[rust.git] / tests / run-make / wasm-export-all-symbols / foo.rs
1 #![crate_type = "cdylib"]
2
3 extern crate bar;