X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=support%2Fregression%2Ftests%2Fbug1546986.c;h=b22b67f8fe93119a8274baead99309ef37fa57b1;hb=2a504ef4ca1242899536c855b3a1d1dac1c3c657;hp=dcd7a695ecfe4f1a608cfe08f075ead2bfdfbc87;hpb=551221200cf728620680cbc01fdfe7fb34df021f;p=fw%2Fsdcc diff --git a/support/regression/tests/bug1546986.c b/support/regression/tests/bug1546986.c index dcd7a695..b22b67f8 100644 --- a/support/regression/tests/bug1546986.c +++ b/support/regression/tests/bug1546986.c @@ -1,20 +1,20 @@ -/* - bug1546986.c -*/ - -#include -#include - -static unsigned char pdata tst1 = 0x01; -static unsigned char pdata tst2 = 0x00; - -static bool test; - -void -testBug(void) -{ - test = (tst1 | tst2); - ASSERT( test ); - test = (tst2 | tst1); - ASSERT( test ); -} +/* + bug1546986.c +*/ + +#include +#include + +static unsigned char pdata tst1 = 0x01; +static unsigned char pdata tst2 = 0x00; + +static bool test; + +void +testBug(void) +{ + test = (tst1 | tst2); + ASSERT( test ); + test = (tst2 | tst1); + ASSERT( test ); +}