shithub: scc

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