mirror of https://github.com/swig/swig
Test scope resolution of global struct A
This commit is contained in:
parent
fc2b90acd1
commit
a8e73e3ad7
|
@ -15,6 +15,7 @@ namespace Space1 {
|
|||
void aaa(Space1::SubSpace1::A, SubSpace1::A, A) {}
|
||||
}
|
||||
}
|
||||
void global_namespace_a(A*) {}
|
||||
|
||||
namespace Space2 {
|
||||
struct B;
|
||||
|
|
Loading…
Reference in New Issue