cmake-d/tests/lib_1/lib_1.d

7 lines
73 B
D
Raw Normal View History

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