shithub: scc

ref: 2737a27209c8ff1444aec1ad3d34d885aec9cf1e
dir: /tests/0022-typedef.c/

View raw version

typedef int x;

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