summaryrefslogtreecommitdiff
path: root/src/stage4/main.js
blob: 4947a7799aebff2c75d7210f33f374be92a9d588 (plain)
1
2
3
4
5
6
function main() {
	printf("landed in stage4\n");
	syslog(LOG_SYSLOG, "we out here in stage 4");

	return 0;
}