shithub: scc

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

View raw version

typedef int x;

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