blob: f709dfdfe4ece5f8e2eb14001dbee3372c096715 [file] [log] [blame]
Chris Lattner499a5682003-05-12 15:34:39 +00001; Apparently this constant was unsigned in ISO C 90, but not in C 99.
2
3int %foo() {
4 ret int -2147483648
5}