blob: 415f63120ac8301b3e2265d990585a6f0d01e325 [file] [log] [blame]
SKIP: FAILED
warning: use of deprecated builtin
void main_1() {
const bool2 x_1 = isnan(float2(50.0f, 60.0f));
return;
}
void main() {
main_1();
return;
}