shithub: scc

ref: 6b5ef4c2ebd7ad1d58bd740868b2d8f21336ee60
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;
}