mirror of
https://github.com/dlang/dmd.git
synced 2025-04-28 06:00:13 +03:00
9 lines
81 B
D
9 lines
81 B
D
module rdeps7016b;
|
|
|
|
int i = 42;
|
|
|
|
int g()
|
|
{
|
|
import rdeps7016;
|
|
return i;
|
|
}
|