The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
%module{Foo::Bar::Baz};

#include <foo.h>

%package{Foo::Bar::Baz::Buz};

%typemap{int}{simple};

%file{t/files/foo.h};
{%
/* header file */

int foo( int, int, int );
%}
%file{-};

int foo( int a, int b, int c );