blob: 10666220e9698fbd14f16d4a4519956403379ca5 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
struct tint_array_wrapper {
int arr[2];
};
void foo() {
tint_array_wrapper tint_symbol = (tint_array_wrapper)0;
tint_array_wrapper implict = (tint_array_wrapper)0;
implict = tint_symbol;
}