[trunk] Fix all C90 issues using gcc -pedantic -Wno-long-long to track them
[openjpeg.git] / thirdparty / libtiff / test_inline.c
1 /* Test source lifted from /usr/share/autoconf/autoconf/c.m4 */
2 typedef int foo_t;
3 static inline foo_t static_foo(){return 0;}
4 foo_t foo(){return 0;}
5 int main(int argc, char *argv[]){return 0;}
6 /* Test source lifted from /usr/share/autoconf/autoconf/c.m4 */
7 typedef int foo_t;
8 static inline foo_t static_foo(){return 0;}
9 foo_t foo(){return 0;}
10 int main(int argc, char *argv[]){return 0;}