aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler')
-rw-r--r--test/Assembler/2003-05-12-MinIntProblem.llx5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Assembler/2003-05-12-MinIntProblem.llx b/test/Assembler/2003-05-12-MinIntProblem.llx
new file mode 100644
index 0000000..ae54710
--- /dev/null
+++ b/test/Assembler/2003-05-12-MinIntProblem.llx
@@ -0,0 +1,5 @@
+; RUN: as < %s | dis | grep -- -2147483648
+
+int %foo() {
+ ret int -2147483648
+}