Alessandro Bonazzi
e075990ed3
Files correlati : Commento : Aggiunto il preprocessore c++ mcpp per sostituire il compilatore nella compilazione delle maschere.
18 lines
690 B
C
18 lines
690 B
C
/* 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" } }
|
|
*/
|
|
|