blob: 2df6a245b786506914f24d268c93e7c0fb3d57be [file] [log] [blame]
#include <metal_stdlib>
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;
}