diff options
Diffstat (limited to 'Tests/ObjectLibrary/mainAB.c')
-rw-r--r-- | Tests/ObjectLibrary/mainAB.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Tests/ObjectLibrary/mainAB.c b/Tests/ObjectLibrary/mainAB.c index 38db205..a7aa393 100644 --- a/Tests/ObjectLibrary/mainAB.c +++ b/Tests/ObjectLibrary/mainAB.c @@ -11,10 +11,7 @@ int main(void) { return 0 #ifndef NO_A - + a1() - + a2() + + a1() + a2() #endif - + b1() - + b2() - ; + + b1() + b2(); } |