blob: eb139434ce0a2b2b34f8a422605ce0af4fa121c1 [file] [log] [blame]
enum {
FOO_BAR,
FOO_BAZ,
};
class Foo {
enum { FOO_BAR = 10 };
};