fn tanh_5724b3() { var res : vec2 = tanh(vec2()); } [[stage(vertex)]] fn vertex_main() -> [[builtin(position)]] vec4 { tanh_5724b3(); return vec4(); } [[stage(fragment)]] fn fragment_main() { tanh_5724b3(); } [[stage(compute)]] fn compute_main() { tanh_5724b3(); }