diff options
Diffstat (limited to '')
-rw-r--r-- | test/testFuncs2.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/testFuncs2.c b/test/testFuncs2.c index b382b8b..f6dadb6 100644 --- a/test/testFuncs2.c +++ b/test/testFuncs2.c @@ -98,6 +98,8 @@ typedef gaga incompletearr1; int incompletearr1[]; int incompletearr2[]; +extern int externint; + int dudu; int bubu; int fufu; @@ -432,5 +434,10 @@ void testfunc16(int* p1, int* p2, int* const p3, const int* p4, int* p5) } } +void externfunc (void) +{ + +} + /*********************************************************************************************************************/ /*last line intentionally left blank.*/ |