shithub: scc

ref: 8bb00ac5eecf4a2accdba12c0ccfd9afd0f68ec9
dir: /tests/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;
}