New testcase

llvm-svn: 6127
This commit is contained in:
Chris Lattner 2003-05-12 15:34:39 +00:00
parent 25c0c9e757
commit e2826021a1

View File

@ -0,0 +1,5 @@
; Apparently this constant was unsigned in ISO C 90, but not in C 99.
int %foo() {
ret int -2147483648
}