blob: c7007c4e88f9708cb68358f5979be3e343e312d9 [file] [log] [blame]
SKIP: FAILED
[numthreads(1, 1, 1)]
void f() {
bool3 a = bool3(true, true, false);
bool3 b = bool3(true, false, true);
bool3 r = (a & b);
}