1 // { dg-additional-sources "mod1.d mod3.d" }
2 module mod2;
3 import mod1;
4 import mod3;
5 
main()6 void main()
7 {
8     // do nothing
9 }
10