import source from 1.3.40
[external/swig.git] / Examples / test-suite / errors / swig_identifier.i
1 %module xxx
2
3 %rename("foo bar") foobar;
4
5 int foobar(int);
6