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