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