[trunk] Remove duplicate content from test_inline.c
Thanks to Matthieu Darbois for report (and patch) Fixes issue 285
This commit is contained in:
parent
15863e7170
commit
a43d206b93
|
@ -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;}
|
||||
|
|
Loading…
Reference in New Issue