summaryrefslogtreecommitdiffstats
path: root/tests/run-make/crate-data-smoke/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/crate-data-smoke/lib.rs')
-rw-r--r--tests/run-make/crate-data-smoke/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-make/crate-data-smoke/lib.rs b/tests/run-make/crate-data-smoke/lib.rs
new file mode 100644
index 000000000..8002f11ec
--- /dev/null
+++ b/tests/run-make/crate-data-smoke/lib.rs
@@ -0,0 +1,2 @@
+#![crate_name = "mylib"]
+#![crate_type = "lib"]