summaryrefslogtreecommitdiff
path: root/libaio-0.3.109/harness/attic/1.t
blob: 799ffd179a87eab21f7c2b3774d827ccc5def08d (plain)
1
2
3
4
5
6
7
8
9
/* 1.t
	Test harness check: fail.
*/
int test_main(void)
{
	printf("test_main: fail\n");
	return 1;
}