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

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