cmake-d/tests/lib_1/lib_1.d

6 lines
73 B
D

module lib_1.lib_1_func;
int lib_1_func( uint x )
{
return( x + 1 );
}