index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
g++.dg
/
parse
/
expr1.C
blob: 2ef82185b892a65aba32c73a902e33d40bb00567 (
plain
)
1
2
3
4
5
6
7
8
struct
A
{
A
(
int
,
int
);
void
f
();
};
void
f
(
int
a
)
{
A
(
a
,
a
).
f
();
}