Bell 32V development
[unix-history] / usr / src / libln / main.c
CommitLineData
2c0d4653
TL
1# include "stdio.h"
2main(){
3yylex();
4exit(0);
5}