Files correlati : Commento : Aggiunto il preprocessore c++ mcpp per sostituire il compilatore nella compilazione delle maschere.
5 lines
162 B
Perl
5 lines
162 B
Perl
/* e_pragma.t: Erroneous use of _Pragma() operator */
|
|
/* Operand of _Pragma() should be a string literal */
|
|
_Pragma( This is not a string literal)
|
|
|