]> git.proxmox.com Git - rustc.git/blobdiff - tests/run-make/mismatching-target-triples/bar.rs
Merge 1.70 into proxmox/bookworm
[rustc.git] / tests / run-make / mismatching-target-triples / bar.rs
diff --git a/tests/run-make/mismatching-target-triples/bar.rs b/tests/run-make/mismatching-target-triples/bar.rs
new file mode 100644 (file)
index 0000000..b2c2fc1
--- /dev/null
@@ -0,0 +1,3 @@
+#![feature(no_core)]
+#![no_core]
+extern crate foo;