shithub: scc

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

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

int
main()
{
	return x;
}