1description "Tiny C compiler by Fabrice Bellard\377";
2
3options(POSIX) -DLIBTCC;
4
5file
6	tcc.c;
7
8