--- /dev/null Thu Jan 01 00:00:00 1970 +0000+++ b/gcc/testsuite/gcc.dg/cpp/pr33415.c Fri Oct 27 22:46:09 2017 +0900@@ -0,0 +1,6 @@+ /* Test case for PR 33415. Note that the first bytes of this file+ are a UTF-8 BOM. */++/* { dg-do compile } */++int f(void) { return 5; }