shithub: scc

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