Skip to content

Commit 0b43bf9

Browse files
committed
test: Add test for #901. Closes #901
1 parent c04b897 commit 0b43bf9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// Issue #901
2+
#[nolink]
3+
native mod libc {
4+
fn printf(x: ());
5+
}
6+
fn main() { }

0 commit comments

Comments
 (0)