shithub: scc

ref: ce6b776c6933ca8ce6e078896471287b3230cf9c
dir: /tests/cc/execute/0022-typedef.c/

View raw version
typedef int x;

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