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)
|
||
|
|