aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/CBackend/2003-05-12-IntegerSizeWarning.ll
blob: 0f2fc1bbe39daadade940d0a17bf4fc2bcb4d0ea (plain)
1
2
3
4
5
6
7
; RUN: llvm-as < %s | llc -march=c

; Apparently this constant was unsigned in ISO C 90, but not in C 99.

int %foo() {
	ret int -2147483648
}