Added new simplified C + D tests. Removed straggling full test skeleton files.
This commit is contained in:
parent
02d13655b2
commit
fa00060dda
7 changed files with 21 additions and 422 deletions
4
tests/app_5/cfunc.c
Normal file
4
tests/app_5/cfunc.c
Normal file
|
@ -0,0 +1,4 @@
|
|||
int cfunc( int x )
|
||||
{
|
||||
return x + 1;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue