c++: trait as typename scope [PR116052]
[official-gcc.git] / gcc / testsuite / gcc.dg / dfp / builtin-complex.c
blob6bb2ec73846f504dac39755e135234c7b6b8aedf
1 /* Test __builtin_complex errors with DFP. */
2 /* { dg-do compile } */
4 _Decimal32 a, b;
6 void
7 f (void)
9 __builtin_complex (a, b); /* { dg-error "not of real binary floating-point type" } */