aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/compat/decimal/pass-3_main.C
blob: de09992c2246f53595f8be1c64d4b1be566c2242 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* { 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;
}