blob: 4b2fecfcad7c983016a342015f99262915380b5f [file] [log] [blame] [edit]
SKIP: FAILED
[numthreads(1, 1, 1)]
void f() {
uint a = 1u;
uint b = 2u;
uint r = (a * b);
}