Blame cpp-test/test-t/n_dslcom.c

Packit Service 8bf002
/* n_dslcom.c:  // is a comment of C++ and C99. */
Packit Service 8bf002
/*  a;  */ 
Packit Service 8bf002
    a;  // is a comment of C++ and C99
Packit Service 8bf002
Packit Service 8bf002
/* { dg-do preprocess }
Packit Service 8bf002
   { dg-options "-std=c99" }
Packit Service 8bf002
   { dg-final { if ![file exist n_dslcom.i] { return }                  } }
Packit Service 8bf002
   { dg-final { if \{ [grep n_dslcom.i "^\[ \]*a;\[ \]*$"] != ""    \} \{   } }
Packit Service 8bf002
   { dg-final { return \}                                               } }
Packit Service 8bf002
   { dg-final { fail "n_dslcom.c: double slash comment"                 } }
Packit Service 8bf002
 */
Packit Service 8bf002