shithub: scc

ref: b7c1a1272d3b24c5fdc3246ed10c0dc9c6f8bd31
dir: /tests/execute/0070-cppif.c/

View raw version
#if 1
int x = 0;
#endif

#if 0
int x = 1;
#if 1
 X
#endif
#ifndef AAA
 X
#endif
#endif

int main()
{
	return x;
}