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