(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
compat/
decimal/
pass-3_main.C
/* { dg-require-effective-target dfp } */

/* Test passing decimal scalars and classes by value.  */

extern void pass_3_x (void);
int fails;

int
main ()
{
  pass_3_x ();
  return 0;
}