Files
cc65/test/val/bug2231.c
2025-07-01 17:24:24 +02:00

11 lines
248 B
C

_Pragma("message/*Comment1*/ ( /*Comment2*/\"test message\" /*Comment3*/)")
/* We have no pragma without parenthesis but if there would be one, the
** following should also work:
*/
/* _Pragma("once// Comment") */
int main(void)
{
return 0;
}