shithub: scc

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