diff options
Diffstat (limited to 'test/Modules/Inputs/namespaces-left.h')
-rw-r--r-- | test/Modules/Inputs/namespaces-left.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/Modules/Inputs/namespaces-left.h b/test/Modules/Inputs/namespaces-left.h index 85e6d7dc60..6835cda0c4 100644 --- a/test/Modules/Inputs/namespaces-left.h +++ b/test/Modules/Inputs/namespaces-left.h @@ -9,3 +9,19 @@ namespace N1 { namespace N2 { float& f(float); } + + + + + +namespace N5 { + int &f(int); +} + +namespace N6 { + int &f(int); +} + +namespace N7 { + int &f(int); +} |