blob: f80897a882c8739fa3207d4647894c176eb9ae69 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f0() {
const int b = 1;
const int c = -2147483648;
return;
}
void f1() {
const int b = 2147483647;
}