#include using namespace metal; void atan2_96057c() { float res = atan2(1.0f, 1.0f); } vertex void vertex_main() { atan2_96057c(); return; } fragment void fragment_main() { atan2_96057c(); return; } kernel void compute_main() { atan2_96057c(); return; }