*** empty log message ***

This commit is contained in:
2005-02-05 05:03:05 +00:00
parent a4ab9b9de8
commit fd9839e424
3 changed files with 26 additions and 2 deletions

7
ase/test/lsp/lisp.c Normal file
View File

@ -0,0 +1,7 @@
#include <xp/lisp/lisp.h>
int xp_main ()
{
return 0;
}