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