shithub: scc

ref: cf88732f55aca5aff3adb04b136c7274a51ec772
dir: /tests/0022-typedef.c/

View raw version

typedef int x;

int
main()
{
	x v;
	v = 0;
	return v;
}