blob: bc08b1080105e6c4358bcafec42b292406f784e5 [file] [log] [blame]
struct S_1 {
uint field0;
float3x2 field1[3];
};
void main_1() {
S_1 x_37 = (S_1)0;
const float x_2 = x_37.field1[2u][0u].y;
return;
}
[numthreads(1, 1, 1)]
void main() {
main_1();
return;
}