blob: b3253f8dbf4469d1190e0f6fed73b655686adc59 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
struct tint_array_wrapper {
uint arr[4];
};
void f() {
tint_array_wrapper v = {(uint[4])0};
}