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

/* Test function return values for decimal classes.  */

extern void return_2_x (void);
int fails;

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