mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-22 19:30:36 +00:00
10 lines
119 B
D
10 lines
119 B
D
// { dg-additional-sources "mod1.d mod3.d" }
|
|
module mod2;
|
|
import mod1;
|
|
import mod3;
|
|
|
|
void main()
|
|
{
|
|
// do nothing
|
|
}
|