shithub: scc

ref: b96020ecf7d028aca4079de9d484d3fecd0b93e9
dir: /tests/execute/0072-cppelif.c/

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

int
main()
{
	return x;
}