summaryrefslogtreecommitdiff
path: root/tests/trivial.c
blob: f7e96d8109c93e9a9a47f07cdab03b67fd2f2378 (plain)
1
2
3
4
5
6
7

void exit(int);

main()
{
	exit(0);
}