Files correlati : Commento : Aggiunto il preprocessore c++ mcpp per sostituire il compilatore nella compilazione delle maschere.
7 lines
185 B
Raku
7 lines
185 B
Raku
/* e_12_8.t: Out of range of integer pp-token in #if expression. */
|
|
|
|
/* 12.8: Preprocessing number perhaps out of range of unsigned long. */
|
|
#if 123456789012345678901
|
|
#endif
|
|
|