shithub: scc

ref: 9c7a7cf4f5fbbc8095cea041f43511c6768ac167
dir: /tests/cc/execute/0111-doubledef.c/

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

int
main()
{
	return FOO;
}