SKIP: FAILED Validation Failure: #include using namespace metal; void textureLoad_d5c48d() { float4 res = arg_0.read(int2()); } vertex void vertex_main() { textureLoad_d5c48d(); return; } fragment void fragment_main() { textureLoad_d5c48d(); return; } kernel void compute_main() { textureLoad_d5c48d(); return; } tint_caH8d9.metal:5:16: error: use of undeclared identifier 'arg_0' float4 res = arg_0.read(int2()); ^ 1 error generated.