summaryrefslogtreecommitdiff
path: root/trunk/Examples/test-suite/errors/swig_identifier.i
blob: 3ad07362d679a41549d19d06c693866b7bcdfdf2 (plain)
1
2
3
4
5
6
%module xxx

%rename("foo bar") foobar;

int foobar(int);