blob: f8250ba175cb25dc2da9e3a0ddbfc6bd55b2d54d [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
struct S {
int i;
uint u;
float f;
bool b;
};
void f() {
S v[4] = (S[4])0;
}