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
/
other
/
enum2.C
blob: 3a28f2532c6d4b2e1d485f6dd235ed7f315572c5 (
plain
)
1
2
3
// PR c++/51248
enum
E
{
e
=
sizeof
(
const
E
*
)
};