shithub: riscv

ref: 6e4a1fda8c6105bc18aa7c26ff1fd28e18fec986
dir: /sys/src/ape/lib/l/main.c/

View raw version
#include	<libl.h>
#include	<stdlib.h>

int	yylex(void);

void
main(int argc, char *argv[])
{
	USED(argc);
	yylex();
	exit(0);
}