Files correlati : Commento : Aggiunto il preprocessore c++ mcpp per sostituire il compilatore nella compilazione delle maschere.
12 lines
217 B
C
12 lines
217 B
C
/* e_12_8.c: Out of range of integer pp-token in #if expression. */
|
|
|
|
/* 12.8: Preprocessing number perhaps out of range of unsigned long. */
|
|
#if 123456789012345678901
|
|
#endif
|
|
|
|
main( void)
|
|
{
|
|
return 0;
|
|
}
|
|
|