shithub: scc

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