blob: 289c446b63f9c043babde8cc76585686ac8aa937 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
uint a = 1u;
uint b = 0u;
const uint r = (a / (b == 0u ? 1u : b));
return;
}