5 lines
162 B
Perl
Raw Normal View History

/* e_pragma.t: Erroneous use of _Pragma() operator */
/* Operand of _Pragma() should be a string literal */
_Pragma( This is not a string literal)