parent
c04b897cb2
commit
0b43bf9782
1 changed files with 6 additions and 0 deletions
6
src/test/run-pass/nil-decl-in-native.rs
Normal file
6
src/test/run-pass/nil-decl-in-native.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// Issue #901
|
||||
#[nolink]
|
||||
native mod libc {
|
||||
fn printf(x: ());
|
||||
}
|
||||
fn main() { }
|
||||
Loading…
Add table
Add a link
Reference in a new issue