6 lines
79 B
Rust
6 lines
79 B
Rust
// Issue #901
|
|
#[nolink]
|
|
extern mod libc {
|
|
fn printf(x: ());
|
|
}
|
|
fn main() { } |