Added new simplified C + D tests. Removed straggling full test skeleton files.

This commit is contained in:
Steve King 2010-08-14 00:00:09 -07:00
commit fa00060dda
7 changed files with 21 additions and 422 deletions

4
tests/app_5/cfunc.c Normal file
View file

@ -0,0 +1,4 @@
int cfunc( int x )
{
return x + 1;
}