PageRenderTime 49ms CodeModel.GetById 6ms RepoModel.GetById 1ms app.codeStats 0ms

/tags/rel-1-3-29/SWIG/Examples/test-suite/perl5/imports_runme.pl

#
Perl | 5 lines | 4 code | 1 blank | 0 comment | 0 complexity | 986d75e92578a31ce43958dd026a96bf MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. use imports_b;
  2. use imports_a;
  3. $x = imports_bc::new_B();
  4. imports_ac::A_hello($x);