summaryrefslogtreecommitdiffstats
path: root/tests/run-make/mismatching-target-triples/foo.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/mismatching-target-triples/foo.rs')
-rw-r--r--tests/run-make/mismatching-target-triples/foo.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run-make/mismatching-target-triples/foo.rs b/tests/run-make/mismatching-target-triples/foo.rs
new file mode 100644
index 000000000..6fa054914
--- /dev/null
+++ b/tests/run-make/mismatching-target-triples/foo.rs
@@ -0,0 +1,3 @@
+#![feature(no_core)]
+#![no_core]
+#![crate_type = "lib"]