summaryrefslogtreecommitdiff
path: root/test.c
blob: 86453def5e3c923688dd825fb6967500d50dc037 (plain)
1
2
3
4
5
6
7
// temporary test file

#include <stdlib.h>

void entry(void) {
	exit(42);
}