shithub: scc

ref: 3fa39059929b951b229ccc4525c1981a7ca470fa
dir: /tests/cc/execute/0117-pointarith.c/

View raw version
int
main()
{
	int i, *p = &i;

	return p - (void*) 0 == 0;
}