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
/
enum1.C
blob: d5c5f8688c8c61e8baf47c1e7948e3da468cca49 (
plain
)
1
2
3
4
// PR c++/15862
enum
yn
{
Y
,
N
};
enum
yn
x
=
Y
;