On latest main, compiling using the following commands on Mac M1 ```bash ./build0.sh cmake -DWITH_FMT=yes -DCMAKE_CXX_FLAGS_RELEASE="-Wall -Wextra -O3 -funroll-loops -DNDEBUG" -DWITH_LLVM=yes . cmake --build . -j16 ``` I am experiencing the following: ```bash $ python integration_tests/test_bit_length.py 7 3 7 7 $ lpython integration_tests/test_bit_length.py AssertionError ``` _Originally posted by @Shaikh-Ubaid in https://github.com/lcompilers/lpython/issues/1835#issuecomment-1553425715_