Upstream version 1.3.40
[profile/ivi/swig.git] / Examples / test-suite / perl5 / using1_runme.pl
1 #!/usr/bin/perl
2 use strict;
3 use warnings;
4 use Test::More tests => 3;
5 BEGIN { use_ok('using1') }
6 require_ok('using1');
7
8 # adapted from ../python/using1_runme.py
9
10 is(using1::spam(37), 37);