shithub: scc

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