import B ; // ライブラリモジュール B を読み込む void fun( ) { print( "call A.fun" ) ; } fun( ) ; // ※ fun 関数の名前はモジュールA とB で競合している