2 /* { dg-options "-std=gnu99" } */
4 /* Cast to union is a GNU C extension.
5 Based on the test from ../dfp/. */
7 extern void abort (void);
23 static union u u1
= { 0.1lr
};
24 static union u u2
= { 0.2lr
};
25 static union u u4
= { 0.0 };
27 static union n n1
= { 0.3r
};
28 static union n n2
= { 3.25 };
40 /* cast fixed-point to union type. */