shithub: scc

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

View raw version

typedef int x;

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