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++.old-deja
/
g++.jason
/
scoping16.C
blob: 9b9d915ba4eedf58e3ba295593ee105078e9541e (
plain
)
1
2
3
4
5
// { dg-do assemble }
struct
A
{
int
a
();
// { dg-error "" }
int
a
;
// { dg-error "" }
};