1 // EXTRA_SOURCES: imports/test10441b.d imports/test10441c.d 2 3 import test10441b; 4 main()5 void main() 6 { 7 boo(1); 8 foo(); 9 } 10 11