blob: afd60870b9a12c28ff9ef7d282a81fb3558bebc0 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const int a = 1;
const uint b = 2u;
const int r = (a >> b);
return;
}