shithub: scc

ref: f497555405330a595da88af8b145fa26d70d694e
dir: /tests/execute/0022-typedef.c/

View raw version
typedef int x;

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