blob: 75c2765febc737b5a66fc4f7eb4596a8240a924e [file] [log] [blame]
SKIP: FAILED
#include <metal_stdlib>
using namespace metal;
void x_200(thread uint2* const x_1) {
uint const x_3 = x_1[0u];
}
void main_1() {
}
fragment void tint_symbol() {
main_1();
}
program_source:5:14: error: cannot initialize a variable of type 'const uint' (aka 'const unsigned int') with an lvalue of type 'uint2' (vector of 2 'unsigned int' values)
uint const x_3 = x_1[0u];
^ ~~~~~~~