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