summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/2007-11-26-AttributeOverload.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Assembler/2007-11-26-AttributeOverload.ll')
-rw-r--r--llvm/test/Assembler/2007-11-26-AttributeOverload.ll4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/Assembler/2007-11-26-AttributeOverload.ll b/llvm/test/Assembler/2007-11-26-AttributeOverload.ll
new file mode 100644
index 00000000000..9aec8d95109
--- /dev/null
+++ b/llvm/test/Assembler/2007-11-26-AttributeOverload.ll
@@ -0,0 +1,4 @@
+; RUN: not llvm-as < %s
+
+declare i32 @atoi(i8*) nounwind readonly
+declare i32 @atoi(i8*)
OpenPOWER on IntegriCloud