void func() {
float2x2 x = float2x2(1);
float y = x.y;
}
/*%%*
type 'float2x2' does not have a field named 'y'
*%%*/