shithub: scc

ref: 58748e88436a2aaf8915ed30184cb5f9378367a7
dir: /tests/0022-typedef.c/

View raw version

typedef int x;

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