import source from 1.3.40
[external/swig.git] / Examples / test-suite / restrict_cplusplus.i
1 %module restrict_cplusplus
2
3 %inline %{
4 struct Foo {
5     int restrict;
6 };
7 %}