Extend diamond multi test to fix go

This commit is contained in:
Seth R Johnson 2022-02-13 14:19:52 -05:00
commit 0268dde201
5 changed files with 30 additions and 0 deletions

View file

@ -14,3 +14,7 @@ class ZZZ : public XXX
public:
int testz();
};
%inline %{
void use_www_a(const WWW& w) {w.nullop();}
%}