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