shithub: scc

ref: 3ff334c28bef9d70eee5566e0fe66616b34167bd
dir: /tests/cc/execute/0115-null-comparision.c/

View raw version
int
main()
{
	return "abc" == (void *)0;
}