diff options
author | bloodstalker <thabogre@gmail.com> | 2017-01-15 14:16:14 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-01-15 14:16:14 +0000 |
commit | 635527ef149898b65b6ffe0fa03a6e65861c4b9a (patch) | |
tree | 5fd188aa077d643b1b27500e81058eed0282c5b3 /test/testFuncs2.c | |
parent | updated 1/15/2017 (diff) | |
download | mutator-635527ef149898b65b6ffe0fa03a6e65861c4b9a.tar.gz mutator-635527ef149898b65b6ffe0fa03a6e65861c4b9a.zip |
we had pre-existing tdd for 8.8, added a new one.
Diffstat (limited to 'test/testFuncs2.c')
-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.*/ |