summaryrefslogtreecommitdiff
path: root/Examples/test-suite/exception_classname.i
blob: a5a76e24de23ff1896fe2e531feda618b835b325 (plain)
1
2
3
4
5
6
7
8
9
10
%module exception_classname

%warnfilter(SWIGWARN_RUBY_WRONG_NAME);

%inline %{
class Exception {
public:
  int testfunc() { return 42; }
};
%}