#include using namespace metal; struct tint_symbol { float4 value [[position]]; }; void isNormal_c6e880() { bool res = isnormal(1.0f); } vertex tint_symbol vertex_main() { isNormal_c6e880(); tint_symbol const tint_symbol_1 = {.value=float4()}; return tint_symbol_1; } fragment void fragment_main() { isNormal_c6e880(); return; } kernel void compute_main() { isNormal_c6e880(); return; }