Added libextutils-xspp-perl
[pkg-perl] / deb-src / libextutils-xspp-perl / libextutils-xspp-perl-0.07 / t / files / test1.xsp
1 %module{Foo::Bar::Baz};
2
3 #include <foo.h>
4
5 %package{Foo::Bar::Baz::Buz};
6
7 %typemap{int}{simple};
8
9 %file{t/files/foo.h};
10 {%
11 /* header file */
12
13 int foo( int, int, int );
14 %}
15 %file{-};
16
17 int foo( int a, int b, int c );