[trunk] Remove duplicate content from test_inline.c

Thanks to Matthieu Darbois for report (and patch)
Fixes issue 285
This commit is contained in:
Mathieu Malaterre 2014-03-14 15:10:31 +00:00
parent 15863e7170
commit a43d206b93
1 changed files with 0 additions and 5 deletions

View File

@ -3,8 +3,3 @@ 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;}