diff options
Diffstat (limited to 'thirdparty/libtiff/test_inline.c')
| -rw-r--r-- | thirdparty/libtiff/test_inline.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/thirdparty/libtiff/test_inline.c b/thirdparty/libtiff/test_inline.c new file mode 100644 index 00000000..ad25a9c6 --- /dev/null +++ b/thirdparty/libtiff/test_inline.c @@ -0,0 +1,10 @@ +/* Test source lifted from /usr/share/autoconf/autoconf/c.m4 */ +typedef int foo_t; +static inline foo_t static_foo(){return 0;} +foo_t foo(){return 0;} +int main(int argc, char *argv[]){return 0;} +/* Test source lifted from /usr/share/autoconf/autoconf/c.m4 */ +typedef int foo_t; +static inline foo_t static_foo(){return 0;} +foo_t foo(){return 0;} +int main(int argc, char *argv[]){return 0;} |
