blob: 67ba3a82daa4db36396855a652be950c779e3b80 [file] [log] [blame]
John Stiles2630ea32020-12-04 10:51:21 -05001struct S { int i; };
2
3int x;
4int x;
5float4x4 x;
6bool2 x[2];
7S x;
8
9void main() {
10 float2 y;
11 float2 y;
12 int y;
13 float y[4];
14 S y;
15}