shithub: scc

ref: 382246c710d899190d9c0dbc2f971e4542ece1ff
dir: /tests/execute/0111-doubledef.c/

View raw version
int foo(void);
int foo(void);
#define FOO 0

int
main()
{
	return FOO;
}