test: Add test for #901. Closes #901

This commit is contained in:
Brian Anderson 2012-02-05 17:54:52 -08:00
parent c04b897cb2
commit 0b43bf9782

View File

@ -0,0 +1,6 @@
// Issue #901
#[nolink]
native mod libc {
fn printf(x: ());
}
fn main() { }