summaryrefslogtreecommitdiffstats
path: root/tests/codegen/auxiliary/nounwind.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/auxiliary/nounwind.rs')
-rw-r--r--tests/codegen/auxiliary/nounwind.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/codegen/auxiliary/nounwind.rs b/tests/codegen/auxiliary/nounwind.rs
new file mode 100644
index 000000000..73c5aee33
--- /dev/null
+++ b/tests/codegen/auxiliary/nounwind.rs
@@ -0,0 +1,3 @@
+#[no_mangle]
+pub fn bar() {
+}