import B; // Import library module B void fun() { print("A.fun was called"); } fun(); // Note: Function name 'fun' exists in both A and B