diff options
Diffstat (limited to 'clang/test/Modules/Inputs/namespaces-right.h')
-rw-r--r-- | clang/test/Modules/Inputs/namespaces-right.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/namespaces-right.h b/clang/test/Modules/Inputs/namespaces-right.h index 77f54ead65a..dd2ac33f910 100644 --- a/clang/test/Modules/Inputs/namespaces-right.h +++ b/clang/test/Modules/Inputs/namespaces-right.h @@ -66,3 +66,5 @@ namespace N12 { } void consumeFoo(Foo*); } + +namespace Empty {} |