blob: a604594be7c777a84dc6bc1db92cfc220eb769c1 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void main_1() {
bool2 const x_1 = isnan(float2(50.0f, 60.0f));
return;
}
fragment void tint_symbol() {
main_1();
return;
}