Very basic stuff working on linux 32-bit with dmd and phobos2.
This commit is contained in:
parent
f23eee9828
commit
67f0225e42
152 changed files with 113 additions and 0 deletions
1
tests/lib_1/CMakeLists.txt
Normal file
1
tests/lib_1/CMakeLists.txt
Normal file
|
@ -0,0 +1 @@
|
|||
ADD_LIBRARY (lib_1 lib_1.d)
|
6
tests/lib_1/lib_1.d
Normal file
6
tests/lib_1/lib_1.d
Normal file
|
@ -0,0 +1,6 @@
|
|||
module lib_1.lib_1_func;
|
||||
|
||||
int lib_1_func( uint x )
|
||||
{
|
||||
return( x + 1 );
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue