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