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

Packit b40e2e
/* warn_1_1.c   */
Packit b40e2e
Packit b40e2e
/*
Packit b40e2e
 *   The following text is legal but suspicious one.  Good preprocessor
Packit b40e2e
 * will warn at this text.
Packit b40e2e
 */
Packit b40e2e
Packit b40e2e
/* { dg-do preprocess } */
Packit b40e2e
/* { dg-options "-ansi -pedantic -Wall" }   */
Packit b40e2e
Packit b40e2e
/* w.1.1:   "/*" in comment.    */ /* { dg-warning "(\"/\\*\"|`/\\*') within comment" }  */
Packit b40e2e
/*  comment /*  nested comment and no closing   */ /* { dg-warning "(\"/\\*\"|`/\\*') within comment" }  */
Packit b40e2e