mirror of
https://github.com/buggins/dlangide.git
synced 2025-04-28 05:59:53 +03:00
7 lines
61 B
D
7 lines
61 B
D
module for_rdmd_test;
|
|
|
|
int inc(int x)
|
|
{
|
|
return x + 1;
|
|
}
|
|
|