re PR middle-end/71387 (ICE in emit_move_insn, at expr.c:3418 with -Og)
[platform/upstream/gcc.git] / gcc / testsuite / g++.dg / cpp0x / enum21b.C
1 // { dg-do compile { target c++11 } }
2 // { dg-options "-pedantic" }
3
4 enum x { y, };