#include using namespace metal; void acos_8e2acf() { float4 res = acos(float4()); } struct tint_symbol { float4 value [[position]]; }; float4 vertex_main_inner() { acos_8e2acf(); return float4(); } vertex tint_symbol vertex_main() { float4 const inner_result = vertex_main_inner(); tint_symbol wrapper_result = {}; wrapper_result.value = inner_result; return wrapper_result; } fragment void fragment_main() { acos_8e2acf(); return; } kernel void compute_main() { acos_8e2acf(); return; }