shithub: scc

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

View raw version
typedef int x;

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