blob: 85d8ade4afb21fc23f071e20b5c4041099e5c534 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f0() {
int a = 2147483647;
int b = 1;
int c = (a + 1);
}
void f1() {
int a = 1;
int b = (-2147483648 - a);
}