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
/
dtor2.C
blob: 60e132b4a9be181b212667be15c813ae0c08ceb5 (
plain
)
1
2
3
4
struct
A
{
typedef
A
A2
;
~
A2
();
// { dg-error "" }
};