blob: eedc606e0943631273d4a2f51f34b9fa7ee9f24f [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 = {{false, false, false, false}};
}