1/* Test for valid and invalid combinations of type specifiers.
2   Based off gcc.dg/test-spec-1.c */
3/* { dg-do compile } */
4
5typedef char type;
6void _Decimal32 *x0;  /* { dg-error "" "void _Decimal32" } */
7void _Decimal64 *x1;  /* { dg-error "" "void _Decimal64" } */
8void _Decimal128 *x2; /* { dg-error "" "void _Decimal128" } */
9char _Decimal32 *x3;  /* { dg-error "" "char _Decimal32" } */
10char _Decimal64 *x4;  /* { dg-error "" "char _Decimal64" } */
11char _Decimal128 *x5;  /* { dg-error "" "char _Decimal128" } */
12short _Decimal32 *x6; /* { dg-error "" "short _Decimal32" } */
13short _Decimal64 *x7; /* { dg-error "" "short _Decimal64" } */
14short _Decimal128 *x8; /* { dg-error "" "short _Decimal128" } */
15int _Decimal32 *x9;   /* { dg-error "" "int _Decimal32" } */
16int _Decimal64 *x10;  /* { dg-error "" "int _Decimal64" } */
17int _Decimal128 *x11; /* { dg-error "" "int _Decimal128" } */
18long _Decimal32 *x12;   /* { dg-error "" "long _Decimal32" } */
19long _Decimal64 *x13;  /* { dg-error "" "long _Decimal64" } */
20long _Decimal128 *x14; /* { dg-error "" "long _Decimal128" } */
21float _Decimal32 *x15;   /* { dg-error "" "float _Decimal32" } */
22float _Decimal64 *x16;  /* { dg-error "" "float _Decimal64" } */
23float _Decimal128 *x17; /* { dg-error "" "float _Decimal128" } */
24double _Decimal32 *x18;   /* { dg-error "" "double _Decimal32" } */
25double _Decimal64 *x19;  /* { dg-error "" "double _Decimal64" } */
26double _Decimal128 *x20; /* { dg-error "" "double _Decimal128" } */
27signed _Decimal32 *x21;   /* { dg-error "" "signed _Decimal32" } */
28signed _Decimal64 *x22;  /* { dg-error "" "signed _Decimal64" } */
29signed _Decimal128 *x23; /* { dg-error "" "signed _Decimal128" } */
30_Bool _Decimal32 *x24;   /* { dg-error "" "_Bool _Decimal32" } */
31_Bool _Decimal64 *x25;  /* { dg-error "" "_Bool _Decimal64" } */
32_Bool _Decimal128 *x26; /* { dg-error "" "_Bool _Decimal128" } */
33int _Decimal32 *x27;   /* { dg-error "" "int _Decimal32" } */
34int _Decimal64 *x28;  /* { dg-error "" "int _Decimal64" } */
35int _Decimal128 *x29; /* { dg-error "" "int _Decimal128" } */
36type _Decimal32 *x30;   /* { dg-error "" "type _Decimal32" } */
37type _Decimal64 *x31;  /* { dg-error "" "type _Decimal64" } */
38type _Decimal128 *x32; /* { dg-error "" "type _Decimal128" } */
39char signed _Decimal32 *x33;  /* { dg-error "" "char signed _Decimal32" } */
40char signed _Decimal64 *x34;  /* { dg-error "" "char signed _Decimal64" } */
41char signed _Decimal128 *x35; /* { dg-error "" "char signed _Decimal128" } */
42char unsigned _Decimal32 *x36; /* { dg-error "" "char unsigned _Decimal32" } */
43char unsigned _Decimal64 *x37; /* { dg-error "" "char unsigned _Decimal64" } */
44char unsigned _Decimal128 *x38; /* { dg-error "" "char unsigned _Decimal128" } */
45short _Decimal32 *x39;  /* { dg-error "" "short _Decimal32" } */
46short _Decimal64 *x40;  /* { dg-error "" "short _Decimal64" } */
47short _Decimal128 *x41; /* { dg-error "" "short _Decimal128" } */
48short signed _Decimal32 *x42;  /* { dg-error "" "short signed _Decimal32" } */
49short signed _Decimal64 *x43;  /* { dg-error "" "short signed _Decimal64" } */
50short signed _Decimal128 *x44; /* { dg-error "" "short signed _Decimal128" } */
51short unsigned _Decimal32 *x45;  /* { dg-error "" "short unsigned _Decimal32" } */
52short unsigned _Decimal64 *x46;  /* { dg-error "" "short unsigned _Decimal64" } */
53short unsigned _Decimal128 *x47; /* { dg-error "" "short unsigned _Decimal128" } */
54_Decimal32 short*x48;  /* { dg-error "" "_Decimal32 short" } */
55_Decimal64 short*x49;  /* { dg-error "" "_Decimal64 short" } */
56_Decimal128 short*x50; /* { dg-error "" "_Decimal128 short" } */
57_Decimal32 short signed*x51;  /* { dg-error "" "_Decimal32 short signed" } */
58_Decimal64 short signed*x52;  /* { dg-error "" "_Decimal64 short signed" } */
59_Decimal128 short signed*x53; /* { dg-error "" "_Decimal128 short signed" } */
60_Decimal32 short unsigned*x54;  /* { dg-error "" "_Decimal32 short unsigned" } */
61_Decimal64 short unsigned*x55;  /* { dg-error "" "_Decimal64 short unsigned" } */
62_Decimal128 short unsigned*x56; /* { dg-error "" "_Decimal128 short unsigned" } */
63_Decimal32 long*x57;  /* { dg-error "" "_Decimal32 long" } */
64_Decimal64 long*x58;  /* { dg-error "" "_Decimal64 long" } */
65_Decimal128 long*x59; /* { dg-error "" "_Decimal128 long" } */
66_Decimal32 long signed*x60;  /* { dg-error "" "_Decimal32 long signed" } */
67_Decimal64 long signed*x61;  /* { dg-error "" "_Decimal64 long signed" } */
68_Decimal128 long signed*x62; /* { dg-error "" "_Decimal128 long signed" } */
69_Decimal32 long unsigned*x63;  /* { dg-error "" "_Decimal32 long unsigned" } */
70_Decimal64 long unsigned*x64;  /* { dg-error "" "_Decimal64 long unsigned" } */
71_Decimal128 long unsigned*x65; /* { dg-error "" "_Decimal128 long unsigned" } */
72_Decimal32 signed long*x66;  /* { dg-error "" "_Decimal32 signed long" } */
73_Decimal64 signed long*x67;  /* { dg-error "" "_Decimal64 signed long" } */
74_Decimal128 signed long*x68; /* { dg-error "" "_Decimal128 signed long" } */
75_Decimal32 signed short*x69;  /* { dg-error "" "_Decimal32 signed short" } */
76_Decimal64 signed short*x70;  /* { dg-error "" "_Decimal64 signed short" } */
77_Decimal128 signed short*x71; /* { dg-error "" "_Decimal128 signed short" } */
78int signed _Decimal32 *x72;  /* { dg-error "" "int signed _Decimal32" } */
79int signed _Decimal64 *x73;  /* { dg-error "" "int signed _Decimal64" } */
80int signed _Decimal128 *x74;  /* { dg-error "" "int signed _Decimal128" } */
81int unsigned _Decimal32 *x75;  /* { dg-error "" "int unsigned _Decimal32" } */
82int unsigned _Decimal64 *x76;  /* { dg-error "" "int unsigned _Decimal64" } */
83int unsigned _Decimal128 *x77; /* { dg-error "" "int unsigned _Decimal128" } */
84long int _Decimal32 *x78;  /* { dg-error "" "long int _Decimal32" } */
85long int _Decimal64 *x79;  /* { dg-error "" "long int _Decimal64" } */
86long int _Decimal128 *x80; /* { dg-error "" "long int _Decimal128" } */
87long long _Decimal32 *x81;  /* { dg-error "" "long long _Decimal32" } */
88long long _Decimal64 *x82;  /* { dg-error "" "long long _Decimal64" } */
89long long _Decimal128 *x83; /* { dg-error "" "long long _Decimal128" } */
90long double _Decimal32 *x84;  /* { dg-error "" "long double _Decimal32" } */
91long double _Decimal64 *x85;  /* { dg-error "" "long double _Decimal64" } */
92long double _Decimal128 *x86; /* { dg-error "" "long double _Decimal128" } */
93long signed _Decimal32 *x87;  /* { dg-error "" "long signed _Decimal32" } */
94long signed _Decimal64 *x88;  /* { dg-error "" "long signed _Decimal64" } */
95long signed _Decimal128 *x89; /* { dg-error "" "long signed _Decimal128" } */
96long unsigned _Decimal32 *x90;  /* { dg-error "" "long unsigned _Decimal32" } */
97long unsigned _Decimal64 *x91;  /* { dg-error "" "long unsigned _Decimal64" } */
98long unsigned _Decimal128 *x92; /* { dg-error "" "long unsigned _Decimal128" } */
99double long _Decimal32 *x93;  /* { dg-error "" "double long _Decimal32" } */
100double long _Decimal64 *x94;  /* { dg-error "" "double long _Decimal64" } */
101double long _Decimal128 *x95; /* { dg-error "" "double long _Decimal128" } */
102signed char _Decimal32 *x96;   /* { dg-error "" "signed char _Decimal32" } */
103signed char _Decimal64 *x97;  /* { dg-error "" "signed char _Decimal64" } */
104signed char _Decimal128 *x98; /* { dg-error "" "signed char _Decimal128" } */
105signed short _Decimal32 *x99;   /* { dg-error "" "signed short _Decimal32" } */
106signed short _Decimal64 *x100;  /* { dg-error "" "signed short _Decimal64" } */
107signed short _Decimal128 *x101; /* { dg-error "" "signed short _Decimal128" } */
108signed int _Decimal32 *x102;  /* { dg-error "" "signed int _Decimal32" } */
109signed int _Decimal64 *x103;  /* { dg-error "" "signed int _Decimal64" } */
110signed int _Decimal128 *x104; /* { dg-error "" "signed int _Decimal128" } */
111signed long _Decimal32 *105x; /* { dg-error "" "signed long _Decimal32" } */
112signed long _Decimal64 *x107; /* { dg-error "" "signed long _Decimal64" } \*/
113signed long _Decimal128 *x107; /* { dg-error "" "signed long _Decimal128" } \*/
114unsigned char _Decimal32 *x108; /* { dg-error "" "unsigned char _Decimal32" } */
115unsigned char _Decimal64 *x109; /* { dg-error "" "unsigned char _Decimal64" } */
116unsigned char _Decimal128 *x110; /* { dg-error "" "unsigned char _Decimal128" } */
117unsigned short _Decimal32 *x111; /* { dg-error "" "unsigned short _Decimal32" } */
118unsigned short _Decimal64 *x112; /* { dg-error "" "unsigned short _Decimal64" } */
119unsigned short _Decimal128 *x113; /* { dg-error "" "unsigned short _Decimal128" } */
120unsigned int _Decimal32 *x114; /* { dg-error "" "unsigned int _Decimal32" } */
121unsigned int _Decimal64 *x115; /* { dg-error "" "unsigned int _Decimal64" } */
122unsigned int _Decimal128 *x116; /* { dg-error "" "unsigned int _Decimal128" } */
123unsigned long _Decimal32 *x117; /* { dg-error "" "unsigned long _Decimal32" } */
124unsigned long _Decimal64 *x118; /* { dg-error "" "unsigned long _Decimal64" } */
125unsigned long _Decimal128 *x119; /* { dg-error "" "unsigned long _Decimal128" } */
126short int signed _Decimal32 *x120; /* { dg-error "" "short int signed _Decimal32" } */
127short int signed _Decimal64 *x121; /* { dg-error "" "short int signed _Decimal64" } */
128short int signed _Decimal128 *x122; /* { dg-error "" "short int signed _Decimal128" } */
129short int unsigned _Decimal32 *x123; /* { dg-error "" "short int unsigned _Decimal32" } */
130short int unsigned _Decimal64 *x124; /* { dg-error "" "short int unsigned _Decimal64" } */
131short int unsigned _Decimal128 *x125; /* { dg-error "" "short int unsigned _Decimal128" } */
132short signed int _Decimal32 *x126; /* { dg-error "" "short signed int _Decimal32" } */
133short signed int _Decimal64 *x127; /* { dg-error "" "short signed int _Decimal64" } */
134short signed int _Decimal128 *x128; /* { dg-error "" "short signed int _Decimal128" } */
135short unsigned int _Decimal32 *x129; /* { dg-error "" "short unsigned int _Decimal32" } */
136short unsigned int _Decimal64 *x130; /* { dg-error "" "short unsigned int _Decimal64" } */
137short unsigned int _Decimal128 *x131; /* { dg-error "" "short unsigned int _Decimal128" } */
138int short signed _Decimal32 *x132; /* { dg-error "" "int short signed _Decimal32" } */
139int short signed _Decimal64 *x133; /* { dg-error "" "int short signed _Decimal64" } */
140int short signed _Decimal128 *x134; /* { dg-error "" "int short signed _Decimal128" } */
141int short unsigned _Decimal32 *x135; /* { dg-error "" "int short unsigned _Decimal32" } */
142int short unsigned _Decimal64 *x136; /* { dg-error "" "int short unsigned _Decimal64" } */
143int short unsigned _Decimal128 *x137; /* { dg-error "" "int short unsigned _Decimal128" } */
144int long long _Decimal32 *x138; /* { dg-error "" "int long long _Decimal32" } */
145int long long _Decimal64 *x139; /* { dg-error "" "int long long _Decimal64" } */
146int long long _Decimal128 *x140; /* { dg-error "" "int long long _Decimal128" } */
147int long signed _Decimal32 *x141; /* { dg-error "" "int long signed _Decimal32" } */
148int long signed _Decimal64 *x142; /* { dg-error "" "int long signed _Decimal64" } */
149int long signed _Decimal128 *x143; /* { dg-error "" "int long signed _Decimal128" } */
150int long unsigned _Decimal32 *x144; /* { dg-error "" "int long unsigned _Decimal32" } */
151int long unsigned _Decimal64 *x145; /* { dg-error "" "int long unsigned _Decimal64" } */
152int long unsigned _Decimal128 *x146; /* { dg-error "" "int long unsigned _Decimal128" } */
153int signed short _Decimal32 *x147; /* { dg-error "" "int signed short _Decimal32" } */
154int signed short _Decimal64 *x148; /* { dg-error "" "int signed short _Decimal64" } */
155int signed short _Decimal128 *x149; /* { dg-error "" "int signed short _Decimal128" } */
156int signed long _Decimal32 *x150; /* { dg-error "" "int signed long _Decimal32" } */
157int signed long _Decimal64 *x151; /* { dg-error "" "int signed long _Decimal64" } */
158int signed long _Decimal128 *x152; /* { dg-error "" "int signed long _Decimal128" } */
159int unsigned short _Decimal32 *x153; /* { dg-error "" "int unsigned short _Decimal32" } */
160int unsigned short _Decimal64 *x154; /* { dg-error "" "int unsigned short _Decimal64" } */
161int unsigned short _Decimal128 *x155; /* { dg-error "" "int unsigned short _Decimal128" } */
162int unsigned long _Decimal32 *x156; /* { dg-error "" "int unsigned long _Decimal32" } */
163int unsigned long _Decimal64 *x157; /* { dg-error "" "int unsigned long _Decimal64" } */
164int unsigned long _Decimal128 *x158; /* { dg-error "" "int unsigned long _Decimal128" } */
165long int long _Decimal32 *x159; /* { dg-error "" "long int long _Decimal32" } */
166long int long _Decimal64 *x160; /* { dg-error "" "long int long _Decimal64" } */
167long int long _Decimal128 *x161; /* { dg-error "" "long int long _Decimal128" } */
168long int signed _Decimal32 *x162; /* { dg-error "" "long int signed _Decimal32" } */
169long int signed _Decimal64 *x163; /* { dg-error "" "long int signed _Decimal64" } */
170long int signed _Decimal128 *x164; /* { dg-error "" "long int signed _Decimal128" } */
171long int unsigned _Decimal32 *x165; /* { dg-error "" "long int unsigned _Decimal32" } */
172long int unsigned _Decimal64 *x166; /* { dg-error "" "long int unsigned _Decimal64" } */
173long int unsigned _Decimal128 *x167; /* { dg-error "" "long int unsigned _Decimal128" } */
174long long int _Decimal32 *x168; /* { dg-error "" "long long int _Decimal32" } */
175long long int _Decimal64 *x169; /* { dg-error "" "long long int _Decimal64" } */
176long long int _Decimal128 *x170; /* { dg-error "" "long long int _Decimal128" } */
177long long signed _Decimal32 *x171; /* { dg-error "" "long long signed _Decimal32" } */
178long long signed _Decimal64 *x172; /* { dg-error "" "long long signed _Decimal64" } */
179long long signed _Decimal128 *x172; /* { dg-error "" "long long signed _Decimal128" } */
180long long unsigned _Decimal32 *x175; /* { dg-error "" "long long unsigned _Decimal32" } */
181long long unsigned _Decimal64 *x176; /* { dg-error "" "long long unsigned _Decimal64" } */
182long long unsigned _Decimal128 *x177; /* { dg-error "" "long long unsigned _Decimal128" } */
183long signed int _Decimal32 *x178; /* { dg-error "" "long signed int _Decimal32" } */
184long signed int _Decimal64 *x179; /* { dg-error "" "long signed int _Decimal64" } */
185long signed int _Decimal128 *x180; /* { dg-error "" "long signed int _Decimal128" } */
186long unsigned int _Decimal32 *x181; /* { dg-error "" "long unsigned int _Decimal32" } */
187long unsigned int _Decimal64 *x182; /* { dg-error "" "long unsigned int _Decimal64" } */
188long unsigned int _Decimal128 *x183; /* { dg-error "" "long unsigned int _Decimal128" } */
189long unsigned long _Decimal32 *x184; /* { dg-error "" "long unsigned long _Decimal32" } */
190long unsigned long _Decimal64 *x185; /* { dg-error "" "long unsigned long _Decimal64" } */
191long unsigned long _Decimal128 *x186; /* { dg-error "" "long unsigned long _Decimal128" } */
192signed short int _Decimal32 *x187; /* { dg-error "" "signed short int _Decimal32" } */
193signed short int _Decimal64 *x188; /* { dg-error "" "signed short int _Decimal64" } */
194signed short int _Decimal128 *x189; /* { dg-error "" "signed short int _Decimal128" } */
195signed int short _Decimal32 *x190; /* { dg-error "" "signed int short _Decimal32" } */
196signed int short _Decimal64 *x191; /* { dg-error "" "signed int short _Decimal64" } */
197signed int short _Decimal128 *x191; /* { dg-error "" "signed int short _Decimal128" } */
198signed int long _Decimal32 *x192; /* { dg-error "" "signed int long _Decimal32" } */
199signed int long _Decimal64 *x193; /* { dg-error "" "signed int long _Decimal64" } */
200signed int long _Decimal128 *x194; /* { dg-error "" "signed int long _Decimal128" } */
201signed long int _Decimal32 *x195; /* { dg-error "" "signed long int _Decimal32" } */
202signed long int _Decimal64 *x196; /* { dg-error "" "signed long int _Decimal64" } */
203signed long int _Decimal128 *x197; /* { dg-error "" "signed long int _Decimal128" } */
204signed long long _Decimal32 *x198; /* { dg-error "" "signed long long _Decimal32" } */
205signed long long _Decimal64 *x199; /* { dg-error "" "signed long long _Decimal64" } */
206signed long long _Decimal128 *x200; /* { dg-error "" "signed long long _Decimal128" } */
207unsigned short int _Decimal32 *x201; /* { dg-error "" "unsigned short int _Decimal32" } */
208unsigned short int _Decimal64 *x202; /* { dg-error "" "unsigned short int _Decimal64" } */
209unsigned short int _Decimal128 *x203; /* { dg-error "" "unsigned short int _Decimal128" } */
210unsigned int short _Decimal32 *x204; /* { dg-error "" "unsigned int short _Decimal32" } */
211unsigned int short _Decimal64 *x205; /* { dg-error "" "unsigned int short _Decimal64" } */
212unsigned int short _Decimal128 *x206; /* { dg-error "" "unsigned int short _Decimal128" } */
213unsigned int long _Decimal32 *x207; /* { dg-error "" "unsigned int long _Decimal32" } */
214unsigned int long _Decimal64 *x208; /* { dg-error "" "unsigned int long _Decimal64" } */
215unsigned int long _Decimal128 *x209; /* { dg-error "" "unsigned int long _Decimal128" } */
216unsigned long int _Decimal32 *x210; /* { dg-error "" "unsigned long int _Decimal32" } */
217unsigned long int _Decimal64 *x211; /* { dg-error "" "unsigned long int _Decimal64" } */
218unsigned long int _Decimal128 *x212; /* { dg-error "" "unsigned long int _Decimal128" } */
219unsigned long long _Decimal32 *x213; /* { dg-error "" "unsigned long long _Decimal32" } */
220unsigned long long _Decimal64 *x214; /* { dg-error "" "unsigned long long _Decimal64" } */
221unsigned long long _Decimal128 *x215; /* { dg-error "" "unsigned long long _Decimal128" } */
222int long long signed _Decimal32 *x216; /* { dg-error "" "int long long signed _Decimal32" } */
223int long long signed _Decimal64 *x217; /* { dg-error "" "int long long signed _Decimal64" } */
224int long long signed _Decimal128 *x218; /* { dg-error "" "int long long signed _Decimal128" } */
225int long long unsigned _Decimal32 *x219; /* { dg-error "" "int long long unsigned _Decimal32" } */
226int long long unsigned _Decimal64 *x220; /* { dg-error "" "int long long unsigned _Decimal64" } */
227int long long unsigned _Decimal128 *x221; /* { dg-error "" "int long long unsigned _Decimal128" } */
228int long signed long _Decimal32 *x222; /* { dg-error "" "int long signed long _Decimal32" } */
229int long signed long _Decimal64 *x223; /* { dg-error "" "int long signed long _Decimal64" } */
230int long signed long _Decimal128 *x224; /* { dg-error "" "int long signed long _Decimal128" } */
231int long unsigned long _Decimal32 *x226; /* { dg-error "" "int long unsigned long _Decimal32" } */
232int long unsigned long _Decimal64 *x227; /* { dg-error "" "int long unsigned long _Decimal64" } */
233int long unsigned long _Decimal128 *x228; /* { dg-error "" "int long unsigned long _Decimal128" } */
234int signed long long _Decimal32 *x229; /* { dg-error "" "int signed long long _Decimal32" } */
235int signed long long _Decimal64 *x230; /* { dg-error "" "int signed long long _Decimal64" } */
236int signed long long _Decimal128 *x231; /* { dg-error "" "int signed long long _Decimal128" } */
237int unsigned long long _Decimal32 *x232; /* { dg-error "" "int unsigned long long _Decimal32" } */
238int unsigned long long _Decimal64 *x233; /* { dg-error "" "int unsigned long long _Decimal64" } */
239int unsigned long long _Decimal128 *x234; /* { dg-error "" "int unsigned long long _Decimal128" } */
240long int long signed _Decimal32 *x235; /* { dg-error "" "long int long signed _Decimal32" } */
241long int long signed _Decimal64 *x236; /* { dg-error "" "long int long signed _Decimal64" } */
242long int long signed _Decimal128 *x237; /* { dg-error "" "long int long signed _Decimal128" } */
243long int long unsigned _Decimal32 *x238; /* { dg-error "" "long int long unsigned _Decimal32" } */
244long int long unsigned _Decimal64 *x239; /* { dg-error "" "long int long unsigned _Decimal64" } */
245long int long unsigned _Decimal128 *x240; /* { dg-error "" "long int long unsigned _Decimal128" } */
246long int signed long _Decimal32 *x241; /* { dg-error "" "long int signed long _Decimal32" } */
247long int signed long _Decimal64 *x242; /* { dg-error "" "long int signed long _Decimal64" } */
248long int signed long _Decimal128 *x243; /* { dg-error "" "long int signed long _Decimal128" } */
249long int unsigned long _Decimal32 *x244; /* { dg-error "" "long int unsigned long _Decimal32" } */
250long int unsigned long _Decimal64 *x245; /* { dg-error "" "long int unsigned long _Decimal64" } */
251long int unsigned long _Decimal128 *x246; /* { dg-error "" "long int unsigned long _Decimal128" } */
252long long int signed _Decimal32 *x247; /* { dg-error "" "long long int signed _Decimal32" } */
253long long int signed _Decimal64 *x248; /* { dg-error "" "long long int signed _Decimal64" } */
254long long int signed _Decimal128 *x249; /* { dg-error "" "long long int signed _Decimal128" } */
255long long int unsigned _Decimal32 *x250; /* { dg-error "" "long long int unsigned _Decimal32" } */
256long long int unsigned _Decimal64 *x251; /* { dg-error "" "long long int unsigned _Decimal64" } */
257long long int unsigned _Decimal128 *x252; /* { dg-error "" "long long int unsigned _Decimal128" } */
258long long signed int _Decimal32 *x253; /* { dg-error "" "long long signed int _Decimal32" } */
259long long signed int _Decimal64 *x254; /* { dg-error "" "long long signed int _Decimal64" } */
260long long signed int _Decimal128 *x255; /* { dg-error "" "long long signed int _Decimal128" } */
261long long unsigned int _Decimal32 *x256; /* { dg-error "" "long long unsigned int _Decimal32" } */
262long long unsigned int _Decimal64 *x257; /* { dg-error "" "long long unsigned int _Decimal64" } */
263long long unsigned int _Decimal128 *x258; /* { dg-error "" "long long unsigned int _Decimal128" } */
264long signed int long _Decimal32 *x259; /* { dg-error "" "long signed int long _Decimal32" } */
265long signed int long _Decimal64 *x260; /* { dg-error "" "long signed int long _Decimal64" } */
266long signed int long _Decimal128 *x261; /* { dg-error "" "long signed int long _Decimal128" } */
267long signed long int _Decimal32 *x262; /* { dg-error "" "long signed long int _Decimal32" } */
268long signed long int _Decimal64 *x263; /* { dg-error "" "long signed long int _Decimal64" } */
269long signed long int _Decimal128 *x264; /* { dg-error "" "long signed long int _Decimal128" } */
270long unsigned int long _Decimal32 *x265; /* { dg-error "" "long unsigned int long _Decimal32" } */
271long unsigned int long _Decimal64 *x266; /* { dg-error "" "long unsigned int long _Decimal64" } */
272long unsigned int long _Decimal128 *x267; /* { dg-error "" "long unsigned int long _Decimal128" } */
273long unsigned long int _Decimal32 *x268; /* { dg-error "" "long unsigned long int _Decimal32" } */
274long unsigned long int _Decimal64 *x269; /* { dg-error "" "long unsigned long int _Decimal64" } */
275long unsigned long int _Decimal128 *x270; /* { dg-error "" "long unsigned long int _Decimal128" } */
276signed long long int _Decimal32 *x271; /* { dg-error "" "signed long long int _Decimal32" } */
277signed long long int _Decimal64 *x272; /* { dg-error "" "signed long long int _Decimal64" } */
278signed long long int _Decimal128 *x273; /* { dg-error "" "signed long long int _Decimal128" } */
279unsigned int long long _Decimal32 *x274; /* { dg-error "" "unsigned int long long _Decimal32" } */
280unsigned int long long _Decimal64 *x275; /* { dg-error "" "unsigned int long long _Decimal64" } */
281unsigned int long long _Decimal128 *x276; /* { dg-error "" "unsigned int long long _Decimal128" } */
282unsigned long int long _Decimal32 *x277; /* { dg-error "" "unsigned long int long _Decimal32" } */
283unsigned long int long _Decimal64 *x278; /* { dg-error "" "unsigned long int long _Decimal64" } */
284unsigned long int long _Decimal128 *x279; /* { dg-error "" "unsigned long int long _Decimal128" } */
285unsigned long long int _Decimal32 *x280; /* { dg-error "" "unsigned long long int _Decimal32" } */
286unsigned long long int _Decimal64 *x281; /* { dg-error "" "unsigned long long int _Decimal64" } */
287unsigned long long int _Decimal128 *x282; /* { dg-error "" "unsigned long long int _Decimal128" } */
288
289_Complex _Decimal32 *x283; /* { dg-error "" "_Complex _Decimal32" } */
290_Complex _Decimal64 *x284; /* { dg-error "" "_Complex _Decimal64" } */
291_Complex _Decimal128 *x285; /* { dg-error "" "_Complex _Decimal128" } */
292
293_Decimal32 _Complex *x286; /* { dg-error "" "_Decimal32 _Complex" } */
294_Decimal64 _Complex *x287; /* { dg-error "" "_Decimal64 _Complex" } */
295_Decimal128 _Complex *x288; /* { dg-error "" "_Decimal128 _Complex" } */
296
297unsigned _Decimal32 *x289; /* { dg-error "" "unsigned _Decimal32" } */
298unsigned _Decimal64 *x290; /* { dg-error "" "unsigned _Decimal64" } */
299unsigned _Decimal128 *x291; /* { dg-error "" "unsigned _Decimal128" } */
300signed _Decimal32 *x292; /* { dg-error "" "signed _Decimal32" } */
301signed _Decimal64 *x293; /* { dg-error "" "signed _Decimal64" } */
302signed _Decimal128 *x294; /* { dg-error "" "signed _Decimal128" } */
303