]> git.lizzy.rs Git - rust.git/blob - tests/run-make/export-executable-symbols/main.rs
Remove confusing 'while checking' note from opaque future type mismatches
[rust.git] / tests / run-make / export-executable-symbols / main.rs
1 // edition:2018
2
3 fn main() {}
4
5 #[no_mangle]
6 pub fn exported_symbol() -> i8 {
7     42
8 }