repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merged revision 156805 into branch.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
compat
/
decimal
/
pass-4_main.C
blob
d5a0a47d478b02bebe0d8583fedb299742c9b8ea
1
/* { dg-require-effective-target dfp } */
2
3
/* Test passing decimal classes and scalars by value. */
4
5
extern void pass_4_x (void);
6
int fails;
7
8
int
9
main ()
10
{
11
pass_4_x ();
12
return 0;
13
}