(root)/
gcc-13.2.0/
gcc/
testsuite/
c-c++-common/
cpp/
pr60400.c
       1  /* PR preprocessor/60400 */
       2  /* { dg-do compile } */
       3  /* { dg-options "-trigraphs -Wtrigraphs" } */
       4  
       5  ??=include "pr60400-1.h" /* { dg-warning "trigraph" } */
       6  ??=include "pr60400-2.h" /* { dg-warning "trigraph" } */
       7  
       8  /* These are line numbers in pr60400-{1,2}.h  Keep them absolute.  */
       9  /* { dg-warning "trigraph" "" { target *-*-* } 1 } */
      10  /* { dg-warning "trigraph" "" { target *-*-* } 2 } */
      11  /* { dg-warning "trigraph" "" { target *-*-* } 3 } */
      12  /* { dg-warning "trigraph" "" { target *-*-* } 4 } */
      13