3 lines
136 B
Plaintext
3 lines
136 B
Plaintext
// RUN: %{ispc} --target=host %s > %t 2>&1
|
|
bool test(bool &cond, bool arg1, uniform bool *uniform arg2) { return cond ? arg1 : *arg2; }
|