blob: 4c6e0d528d76af1a25fa3494d776c81e9bd17a22 [file] [log] [blame]
void func() {
float2x2 x = float2x2(1);
float y = x.y;
}
/*%%*
type 'float2x2' does not have a field named 'y'
*%%*/