Merged revision 156805 into branch.
[official-gcc.git] / gcc / testsuite / g++.dg / compat / decimal / pass-4_main.C
blobd5a0a47d478b02bebe0d8583fedb299742c9b8ea
1 /* { dg-require-effective-target dfp } */
3 /* Test passing decimal classes and scalars by value.  */
5 extern void pass_4_x (void);
6 int fails;
8 int
9 main ()
11   pass_4_x ();
12   return 0;