import source from 1.3.40
[external/swig.git] / Examples / test-suite / errors / c_deprecated.i
1 %module xxx
2
3 int foo(%val int *x, %out int *y);
4
5
6
7
8