#include using namespace metal; struct tint_symbol { float4 value [[position]]; }; void atan2_ae713e() { float4 res = atan2(float4(), float4()); } vertex tint_symbol vertex_main() { atan2_ae713e(); tint_symbol const tint_symbol_1 = {.value=float4()}; return tint_symbol_1; } fragment void fragment_main() { atan2_ae713e(); return; } kernel void compute_main() { atan2_ae713e(); return; }