blob: 3b07e38dc931b9bbf173270940b04c15e8f7a54c [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
struct S {
int m;
float4x4 n;
};
float f() {
S a = (S)0;
return a.n[2][1];
}