shithub: scc

ref: dc646368f83872d8a5a3f3470254f9516e5e09dc
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;
}