Blame cpp-test/test-t/n_dslcom_cplus.C

Packit Service 8bf002
/* n_dslcom_cplus.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=c++98" }
Packit Service 8bf002
   { dg-final { if ![file exist n_dslcom_cplus.i] { return }            } }
Packit Service 8bf002
   { dg-final { if \{ [grep n_dslcom_cplus.i "^\[ \]*a;\[ \]*$"] != ""  \} \{   } }
Packit Service 8bf002
   { dg-final { return \}                                               } }
Packit Service 8bf002
   { dg-final { fail "n_dslcom_cplus.C: double slash comment"           } }
Packit Service 8bf002
 */
Packit Service 8bf002