shithub: scc

ref: bb770ea4099cb504ed4a500659d330802fb44d9d
dir: /tests/execute/0111-doubledef.c/

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

int
main()
{
	return FOO;
}