shithub: scc

ref: 5772e7b120d9b0221c4dc2b723c44ed7d6fc9801
dir: /tests/0058-bug.c/

View raw version

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