Skip to content

Commit a8e73e3

Browse files
committed
Test scope resolution of global struct A
1 parent fc2b90a commit a8e73e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Examples/test-suite/class_scope_namespace.i

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ namespace Space1 {
1515
void aaa(Space1::SubSpace1::A, SubSpace1::A, A) {}
1616
}
1717
}
18+
void global_namespace_a(A*) {}
1819

1920
namespace Space2 {
2021
struct B;

0 commit comments

Comments
 (0)