diff options
Diffstat (limited to 'config/test_quiet_include.h')
-rw-r--r-- | config/test_quiet_include.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/test_quiet_include.h b/config/test_quiet_include.h new file mode 100644 index 00000000000..eb0515ede78 --- /dev/null +++ b/config/test_quiet_include.h @@ -0,0 +1,5 @@ +/* + * For the raison d'etre of this file, check the comment above the definition + * of the PGAC_C_INLINE macro in config/c-compiler.m4. + */ +static inline int fun () { return 0; } |