6 lines
82 B
Raku
6 lines
82 B
Raku
use imports_b;
|
|
use imports_a;
|
|
|
|
$x = imports_bc::new_B();
|
|
imports_ac::A_hello($x);
|