1  /* Test __builtin_complex errors with DFP.  */
       2  /* { dg-do compile } */
       3  
       4  _Decimal32 a, b;
       5  
       6  void
       7  f (void)
       8  {
       9    __builtin_complex (a, b); /* { dg-error "not of real binary floating-point type" } */
      10  }