shithub: scc

ref: 0d6910bbeed636179cca0f472e72b31d81bd834c
dir: /tests/scc/execute/0071-cppelif.c/

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

int
main()
{
	return x;
}