shithub: scc

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