blob: 6bb77c65f708053beb66d7c7e01ef7a855c6e718 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
struct tint_array_wrapper {
float arr[4];
};
struct S {
tint_array_wrapper a;
};
void f() {
S v = {{{0.0f, 0.0f, 0.0f, 0.0f}}};
}