blob: 52587f76e843e74c10909240d1970134fbbd5f70 [file] [log] [blame]
void main() {
float2x2 x = float2x2(1);
float y = x.y;
}