Created attachment 1647
Test case
Since dmd version 2.073 the attached test case generates a deprecation warning:
> $dmd *.d test/*.d
> main.d(7): Deprecation: imp.test is not visible from module main
Swapping the imports in imp.d so that the public import is listed first fixes the warning.
This seems related to #15900.