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 
f(void)6 int f(void) { return 5; }
7