aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/external/c-testsuite/tests/single-exec/00125.c
blob: 1cfa18dc0a2238ddaf75875e7dce45ee319ce0e4 (plain) (blame)
1
2
3
4
5
6
7
8
#include <stdio.h>

int
main(void)
{
	printf("hello world\n");
	return 0;
}