waf/demos/d/testlib/code.d

7 lines
54 B
D

module testlib.code;
int test_lib()
{
return 125;
}