]> git.proxmox.com Git - rustc.git/blobdiff - tests/run-make/static-dylib-by-default/main.c
New upstream version 1.70.0+dfsg1
[rustc.git] / tests / run-make / static-dylib-by-default / main.c
diff --git a/tests/run-make/static-dylib-by-default/main.c b/tests/run-make/static-dylib-by-default/main.c
new file mode 100644 (file)
index 0000000..5f7f2c2
--- /dev/null
@@ -0,0 +1,6 @@
+extern void bar();
+
+int main() {
+    bar();
+    return 0;
+}