blob: bc768879799d3d7cab6901515336d9d48255470a [file] [log] [blame]
// Matching
enum E0 {
E0_Val0 = 'a',
E0_Val1 = (17),
E0_Val2 = (1 << 2)
};