shithub: scc

ref: 855037eacbeb9dde648732702639084ef35735ef
dir: /tests/execute/0115-null-comparision.c/

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