Alessandro Bonazzi e075990ed3 Patch level : 12.0 no-patch
Files correlati     :
Commento            :

Aggiunto il preprocessore c++ mcpp per sostituire il compilatore nella compilazione delle maschere.
2020-11-28 16:24:08 +01:00

14 lines
403 B
C

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