1struct S {
2    const float a;
3    uniform int b;
4    flat half4 c;
5    noperspective float4 d;
6    inout bool e;
7};
8