blob: a64b616c3410978967e08e6daf04a201f8104124 [file] [log] [blame]
struct S {
int a;
float b;
};
[numthreads(1, 1, 1)]
void main() {
S v = (S)0;
return;
}