shithub: scc

ref: 07080bf7b7a6efd833bbb5da74c9ace959ef5ed9
dir: /tests/cc/error/0017-duplicatefunc.c/

View raw version
/*
PATTERN:
0017-duplicatefunc.c:15: error: redefinition of 'main'
.
*/

int
main()
{
	return 0;
}

int
main()
{
	return 0;
}