mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 19:58:32 +00:00
8 lines
65 B
Rust
8 lines
65 B
Rust
#[no_mangle]
|
|
fn foo() {}
|
|
|
|
#[no_mangle]
|
|
fn bar() {}
|
|
|
|
fn main() {}
|