SKIP: FAILED Validation Failure: #include using namespace metal; struct tint_symbol { float4 value [[position]]; }; void ignore_509355() { (void) arg_0; } vertex tint_symbol vertex_main() { ignore_509355(); tint_symbol const tint_symbol_1 = {.value=float4()}; return tint_symbol_1; } fragment void fragment_main() { ignore_509355(); return; } kernel void compute_main() { ignore_509355(); return; } tint_BUnzrQ.metal:9:10: error: use of undeclared identifier 'arg_0' (void) arg_0; ^ 1 error generated.