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