shithub: scc

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

View raw version

typedef int x;

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