shithub: scc

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