summaryrefslogtreecommitdiffstats
path: root/src/test/run-make/macos-deployment-target/with_deployment_target.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-make/macos-deployment-target/with_deployment_target.rs')
-rw-r--r--src/test/run-make/macos-deployment-target/with_deployment_target.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/run-make/macos-deployment-target/with_deployment_target.rs b/src/test/run-make/macos-deployment-target/with_deployment_target.rs
new file mode 100644
index 000000000..342fe0ecb
--- /dev/null
+++ b/src/test/run-make/macos-deployment-target/with_deployment_target.rs
@@ -0,0 +1,4 @@
+#![crate_type = "cdylib"]
+
+#[allow(dead_code)]
+fn something_and_nothing() {}