blob: e8636d9025bf64df50205377c412a82308f00802 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_symbol {
float4 value [[position]];
};
void isInf_7e81b5() {
bool4 res = isinf(float4());
}
vertex tint_symbol vertex_main() {
isInf_7e81b5();
tint_symbol const tint_symbol_1 = {.value=float4()};
return tint_symbol_1;
}
fragment void fragment_main() {
isInf_7e81b5();
return;
}
kernel void compute_main() {
isInf_7e81b5();
return;
}