shithub: scc

ref: aed462460163dc4694f096f9b7bd823ed24a7599
dir: /tests/0027-charval.c/

View raw version

int
main()
{
	char *p;
	
	p = "hello";
	return p[0] - 104;
}