Files
ANSLibs/swig-4.3.0/Examples/test-suite/perl5/imports_runme.pl

6 lines
82 B
Perl
Raw Normal View History

use imports_b;
use imports_a;
$x = imports_bc::new_B();
imports_ac::A_hello($x);