1 /* { dg-options "-I. -Winvalid-pch -Wtrigraphs" } */
2 
3 #include "valid-4.h"
4 
5 char * x = "??/";  /* { dg-warning "trigraph" } */
6 
7