blob: 757dc346ac8e12d04024b425d743bd3539fb1568 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const int a = 1;
const uint b = asuint(a);
return;
}