shithub: scc

ref: a50b052c5182c502499380acc3ebaa2cd4aaacbb
dir: /tests/execute/0058-bug.c/

View raw version
int
main()
{
	char a[16], b[16];
	
	if(sizeof(a) != sizeof(b))
		return 1;
	return 0;
}