Test scope resolution of global struct A

This commit is contained in:
Seth R Johnson 2022-02-12 18:08:22 -05:00
parent fc2b90acd1
commit a8e73e3ad7
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ namespace Space1 {
void aaa(Space1::SubSpace1::A, SubSpace1::A, A) {}
}
}
void global_namespace_a(A*) {}
namespace Space2 {
struct B;