18 lines
690 B
C
Raw Normal View History

/* n_5.t: Spaces or tabs are allowed at any place in pp-directive line,
including between the top of a pp-directive line and '#', and between
the '#' and the directive. */
/* 5.1: */
/* |**|[TAB]# |**|[TAB]define |**| MACRO_abcde[TAB]|**| abcde |**| */
/**/ # /**/ define /**/ MACRO_abcde /**/ abcde /**/
/* abcde */
MACRO_abcde
/* { dg-do preprocess }
{ dg-final { if ![file exist n_5.i] { return } } }
{ dg-final { if \{ [grep n_5.i "abcde"] != "" \} \{ } }
{ dg-final { return \} } }
{ dg-final { fail "n_5.c: spaces and tabs in directive line" } }
*/