shithub: scc

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

View raw version
typedef int x;

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