blob: d5c5f8688c8c61e8baf47c1e7948e3da468cca49 [file] [log] [blame]
// PR c++/15862
enum yn { Y, N };
enum yn x = Y;