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