diff options
Diffstat (limited to 'clang/test/Modules/Inputs/namespaces-top.h')
| -rw-r--r-- | clang/test/Modules/Inputs/namespaces-top.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/namespaces-top.h b/clang/test/Modules/Inputs/namespaces-top.h index a69f43f1833..0c607f52851 100644 --- a/clang/test/Modules/Inputs/namespaces-top.h +++ b/clang/test/Modules/Inputs/namespaces-top.h @@ -9,3 +9,6 @@ namespace N2 { namespace N3 { int& f(int); } + +namespace N12 { } + |

