mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-02 19:06:05 +00:00
6 lines
79 B
Rust
6 lines
79 B
Rust
// Issue #901
|
|
#[nolink]
|
|
native mod libc {
|
|
fn printf(x: ());
|
|
}
|
|
fn main() { } |