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