| SKIP: FAILED |
| |
| |
| |
| Validation Failure: |
| #include <metal_stdlib> |
| |
| using namespace metal; |
| struct tint_symbol { |
| float4 value [[position]]; |
| }; |
| |
| void ignore_c8a0ee() { |
| (void) arg_0; |
| } |
| |
| vertex tint_symbol vertex_main() { |
| ignore_c8a0ee(); |
| tint_symbol const tint_symbol_1 = {.value=float4()}; |
| return tint_symbol_1; |
| } |
| |
| fragment void fragment_main() { |
| ignore_c8a0ee(); |
| return; |
| } |
| |
| kernel void compute_main() { |
| ignore_c8a0ee(); |
| return; |
| } |
| |
| |
| tint_77yvjP.metal:9:10: error: use of undeclared identifier 'arg_0' |
| (void) arg_0; |
| ^ |
| 1 error generated. |