We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c04b897 commit 0b43bf9Copy full SHA for 0b43bf9
src/test/run-pass/nil-decl-in-native.rs
@@ -0,0 +1,6 @@
1
+// Issue #901
2
+#[nolink]
3
+native mod libc {
4
+ fn printf(x: ());
5
+}
6
+fn main() { }
0 commit comments