mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-30 20:17:50 +00:00
7 lines
78 B
Rust
7 lines
78 B
Rust
//@ build-pass
|
|
|
|
#[cfg_attr(all(), unsafe(no_mangle))]
|
|
fn a() {}
|
|
|
|
fn main() {}
|