diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Sema/class-names.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Sema/class-names.cpp b/test/Sema/class-names.cpp index b78d6964e2..2a9cd74c3b 100644 --- a/test/Sema/class-names.cpp +++ b/test/Sema/class-names.cpp @@ -48,3 +48,5 @@ void bar3() { } enum E e2; + +enum E2 { E2 }; |