blob: 52587f76e843e74c10909240d1970134fbbd5f70 [file] [log] [blame]
John Stiles6798e5d2020-09-17 18:20:26 -04001void main() {
2 float2x2 x = float2x2(1);
3 float y = x.y;
4}