X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=support%2Fregression%2Ftests%2Fbug-408972.c;h=ab8ded70544fa143f588dc9dc72f29988005e9b5;hb=6e53662159f26dc290834c15c2cdf741bbca8a5e;hp=98f47e154050a175a87a47be3f62ec5aa095789f;hpb=a5fa21b3861557338d6c86d37992b018c582b449;p=fw%2Fsdcc diff --git a/support/regression/tests/bug-408972.c b/support/regression/tests/bug-408972.c index 98f47e15..ab8ded70 100644 --- a/support/regression/tests/bug-408972.c +++ b/support/regression/tests/bug-408972.c @@ -1,3 +1,7 @@ +/* Fake header. + */ +#include + long leftShiftLong (long l) { /* PENDING: Disabled. return (l << 3);