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