diff options
Diffstat (limited to 'test/Modules/Inputs/namespaces-top.h')
-rw-r--r-- | test/Modules/Inputs/namespaces-top.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Modules/Inputs/namespaces-top.h b/test/Modules/Inputs/namespaces-top.h index 0c607f5..7aa8490 100644 --- a/test/Modules/Inputs/namespaces-top.h +++ b/test/Modules/Inputs/namespaces-top.h @@ -12,3 +12,8 @@ namespace N3 { namespace N12 { } +namespace N13 { + void f(); + int f(int); + void (*p)() = &f; +} |