module app; import lib; void func() { lib_func(); } void main() { func(); }