shithub: scc

ref: 847edd52f60fa2a1d239659f2814255bd7ea0f26
dir: /tests/0072-cppelif.c/

View raw version

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

int
main()
{
	return x;
}