1struct 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} 16