shithub: scc

ref: 3b342595ee8598daefeb5cdf52e59aa29ddad468
dir: /tests/error/0017-duplicatefunc.c/

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

int
main()
{
	return 0;
}

int
main()
{
	return 0;
}