shithub: scc

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