summaryrefslogtreecommitdiff
path: root/thirdparty/libtiff/test_inline.c
blob: db0d056c69ad8e22ff71fc41435405726b567eb4 (plain)
1
2
3
4
5
/* 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;}