import B; // Import library module B import C; // Import library module C C.x = 2; B.fun();