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