aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/external/c-testsuite/tests/single-exec/00100.c
blob: c8f2cf51e987c8284d74ce344f74a8d749eee017 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
int
foo(void)
{
	return 0;
}

int
main()
{
	return foo();
}