summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/compat/decimal/pass-2_main.C
blob: 533e4b276dc7963a9b4de59c222ba4c69e0998f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* { dg-require-effective-target dfp } */

/* Test passing decimal classes by value.  */

extern void pass_2_x (void);
int fails;

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