shithub: riscv

ref: 464763202be7bdafa703c8c2ecfe1f4a5142f26f
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);
}