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