shithub: scc

ref: 13e9450a9ff1d651e155841258a126f91c7a5e77
dir: /tests/0072-cppelif.c/

View raw version

#if 0
X
#elif 0
X
#elif 1
int x = 0;
#endif

int
main()
{
	return x;
}