shithub: scc

ref: 827299db4eab543b94db5bc5137b3ebb1e5ec31e
dir: /tests/cc/execute/0072-cppelif.c/

View raw version
#if 0
X
#elif 0
X
#elif 1
int x = 0;
#endif

int
main()
{
	return x;
}