xref: /aosp_15_r20/external/angle/third_party/glslang/src/Test/baseResults/hlsl.pp.expand.frag.out (revision 8975f5c5ed3d1c378011245431ada316dfb6f244)
1
2
3
4
5
6
7struct A
8{
9    float4 a;
10    float4 b;
11    float4 c = { 1, 2, 3, 4 };
12    float4 d = { ({ { ( ({ 1, 2, 3, 4 })) } }) }, { { 1, 2, 3, 4 } };
13};
14
15void main()
16{
17    "a string"
18}
19
20