summaryrefslogtreecommitdiffstats
path: root/tests/codegen/dllimports/auxiliary/dummy.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/dllimports/auxiliary/dummy.rs')
-rw-r--r--tests/codegen/dllimports/auxiliary/dummy.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/codegen/dllimports/auxiliary/dummy.rs b/tests/codegen/dllimports/auxiliary/dummy.rs
new file mode 100644
index 000000000..113a164f1
--- /dev/null
+++ b/tests/codegen/dllimports/auxiliary/dummy.rs
@@ -0,0 +1,6 @@
+// no-prefer-dynamic
+#![crate_type = "staticlib"]
+
+// Since codegen tests don't actually perform linking, this library doesn't need to export
+// any symbols. It's here just to satisfy the compiler looking for a .lib file when processing
+// #[link(...)] attributes in wrapper.rs.