diff options
Diffstat (limited to 'test/Modules/Inputs/namespaces-right.h')
-rw-r--r-- | test/Modules/Inputs/namespaces-right.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/Modules/Inputs/namespaces-right.h b/test/Modules/Inputs/namespaces-right.h index 0afef073c3..d103c00c82 100644 --- a/test/Modules/Inputs/namespaces-right.h +++ b/test/Modules/Inputs/namespaces-right.h @@ -27,3 +27,15 @@ namespace N6 { namespace N7 { double &f(double); } + +namespace N8 { + int &f(int); +} + +namespace N9 { + int &f(int); +} + +namespace N10 { + int &f(int); +} |