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