libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / compat / pr102024_test.h
blobd610dbdf54fe58e33c45f37275d8cdb66df41ddf
1 T(0,float a;int:0;float b;,F(0,a,42.0f,43.125f)F(0,b,-17.5f,35.75f))
2 T(1,float a;int:0;,F(1,a,1.0f,17.125f))
3 T(2,int:0;float a;,F(2,a,2.25f,16.5f))
4 T(3,double a;long long:0;double b;,F(3,a,42.0,43.125)F(3,b,-17.5,35.75))
5 T(4,double a;long long:0;,F(4,a,1.0,17.125))
6 T(5,long long:0;double a;,F(5,a,2.25,16.5))
7 T(6,float a;struct{}b;float c;,F(6,a,42.0f,43.125f)F(6,c,-17.5f,35.75f))
8 T(7,float a;struct{}b[0];;,F(7,a,1.0f,17.125f))
9 T(8,int a[0];float b;,F(8,b,2.25f,16.5f))
10 T(9,double a;long long b[0];double c;,F(9,a,42.0,43.125)F(9,c,-17.5,35.75))
11 T(10,double a;struct{}b;,F(10,a,1.0,17.125))
12 T(11,struct{}a[0];double b;,F(11,b,2.25,16.5))