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