mirror of
https://github.com/dlang/dmd.git
synced 2025-04-27 05:30:13 +03:00
7 lines
69 B
D
7 lines
69 B
D
module rdeps7016a;
|
|
|
|
int f()
|
|
{
|
|
import rdeps7016b;
|
|
return i;
|
|
}
|