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
/
qualified4.C
blob: c827fcfe7c1e95f084d9eec70d5c4ff6ef5c8271 (
plain
)
1
2
3
4
5
6
// PR c++/16782
// { dg-options "" }
struct
X
{
void
X
::
bar
()
{}
// { dg-error "" }
};