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