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
/
defarg7.C
blob: c1f75ce8f18ea297032f2489f56a5cc0d15ede4b (
plain
)
1
2
3
4
5
// PR c++/14361
class
A
{
A
(
int
n
=
0
int
n
);
// { dg-error "" }
};