1 /* Test non-canonical BID significands: _Decimal64. Bug 91226. */
2 /* { dg-require-effective-target dfp_bid } */
3 /* { dg-options "-std=gnu23 -O2" } */
5 extern void abort (void);
6 extern void exit (int);
11 unsigned long long int u64
;
19 x
.u64
= 0x6c7386f26fc10001ULL
;
21 volatile double d
= d64
;