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

/* Test function return values for typedef'd decimal float classes
   and scalars.  */

extern void return_6_x (void);
int fails;

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