shithub: scc

ref: ce6b776c6933ca8ce6e078896471287b3230cf9c
dir: /tests/cc/execute/0071-cppelif.c/

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

int
main()
{
	return x;
}