C compiler with embedded metalanguage.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

18 lignes
114 B

#if 1
int x = 0;
#endif
#if 0
int x = 1;
#if 1
X
#endif
#ifndef AAA
X
#endif
#endif
int main()
{
return x;
}