shithub: scc

ref: 4794e296605fb26f7130e359d8862cb83903d8df
dir: /tests/execute/0111-doubledef.c/

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

int
main()
{
	return FOO;
}