summaryrefslogtreecommitdiffstats
path: root/tests/run-make/issue-26006/in/time/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/issue-26006/in/time/lib.rs')
-rw-r--r--tests/run-make/issue-26006/in/time/lib.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/run-make/issue-26006/in/time/lib.rs b/tests/run-make/issue-26006/in/time/lib.rs
new file mode 100644
index 000000000..87f2f824a
--- /dev/null
+++ b/tests/run-make/issue-26006/in/time/lib.rs
@@ -0,0 +1,4 @@
+#![feature(rustc_private)]
+extern crate libc;
+
+fn main(){}