blob: 3195ab7638fcefcfb5a8d96de5ecf56e68d6480a [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const uint r = (1u << 2u);
return;
}