diff options
Diffstat (limited to 'test/Modules/Inputs/namespaces-right.h')
-rw-r--r-- | test/Modules/Inputs/namespaces-right.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Modules/Inputs/namespaces-right.h b/test/Modules/Inputs/namespaces-right.h index b18aeb4478..77f54ead65 100644 --- a/test/Modules/Inputs/namespaces-right.h +++ b/test/Modules/Inputs/namespaces-right.h @@ -1,5 +1,12 @@ @import namespaces_top; +double &global(double); +double &global2(double); + +namespace LookupBeforeImport { + double &f(double); +} + namespace N2 { } namespace N2 { } |