Fix0r a test that mistakenly used %llvmg++ instead of %llvmgxx.
[oota-llvm.git] / test / CBackend / 2003-05-12-IntegerSizeWarning.ll
1 ; Apparently this constant was unsigned in ISO C 90, but not in C 99.
2
3 int %foo() {
4         ret int -2147483648
5 }