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