shithub: scc

ref: 5772e7b120d9b0221c4dc2b723c44ed7d6fc9801
dir: /tests/0071-cppelif.c/

View raw version

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

int
main()
{
	return x;
}