1 /* Test 'q' and 'Q' suffixes on __float128 type constants.  */
2 /* { dg-do compile { target ia64-*-* i?86-*-* x86_64-*-* } } */
3 /* { dg-options "" } */
4 
5 __float128 a = 123.456789q;
6 __float128 b = 123.456789Q;
7