aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/CPP/2007-06-16-Funcname.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/CPP/2007-06-16-Funcname.ll')
-rw-r--r--test/CodeGen/CPP/2007-06-16-Funcname.ll7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/CodeGen/CPP/2007-06-16-Funcname.ll b/test/CodeGen/CPP/2007-06-16-Funcname.ll
new file mode 100644
index 0000000000..75b96e6c37
--- /dev/null
+++ b/test/CodeGen/CPP/2007-06-16-Funcname.ll
@@ -0,0 +1,7 @@
+; RUN: llvm-as < %s | llc -march=cpp -cppfname=WAKKA | not grep makeLLVMModule
+; PR1515
+
+define void @foo() {
+ ret void
+}
+