SKIP: FAILED Validation Failure: #include using namespace metal; void textureStore_eb702f() { arg_0.write(float4(), int3()); } vertex void vertex_main() { textureStore_eb702f(); return; } fragment void fragment_main() { textureStore_eb702f(); return; } kernel void compute_main() { textureStore_eb702f(); return; } tint_mkqzHD.metal:5:3: error: use of undeclared identifier 'arg_0' arg_0.write(float4(), int3()); ^ 1 error generated.