aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/errors/cpp_using_undef.i
blob: bc0c8c7974e923490bbd56f38d88e3a52f5fa5e9 (plain)
1
2
3
4
5
6
7
8
9
%module xxx

using foo::bar;
using namespace foo;