(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
cpp/
pr33415.c
       1   /* Test case for PR 33415.  Note that the first bytes of this file
       2       are a UTF-8 BOM.  */
       3  
       4  /* { dg-do compile } */
       5  
       6  int f(void) { return 5; }