xref: /php-src/ext/ffi/tests/bug79075.h (revision 612a34cb)
1 /*
2  * Multiline comment
3  */
4   // whitespace line
5 
6 #define ignore_this_line 1
7   //
8 #define/* inline */FFI_SCOPE /* multi-
9 line */ "bug79075" /* end
10 */
11 
12 int printf(const char *format, ...);
13