aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/other/enum2.C
blob: 3a28f2532c6d4b2e1d485f6dd235ed7f315572c5 (plain)
1
2
3
// PR c++/51248

enum E { e = sizeof(const E*) };