blob: 0b7fac20477309b1dc73c1f12fd0407c11c02ba1 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const int a = 1;
const int b = asint(a);
return;
}