@coslu already did the work for this in #24. We might now need it to parse some of our test programs, so I manually cherry-picked these changes to here.
This will also require a few minor changes to Goblint, but it seems as a first approximation it suffices to ignore encodings on the Goblint side.
Actually, we have to be more lenient in asmoperand again (like we used to be before this PR) and not only allow one_string_constant but const_raw_string, otherwise downstream Goblint tests fail.
@coslu already did the work for this in #24. We might now need it to parse some of our test programs, so I manually cherry-picked these changes to here.
This will also require a few minor changes to Goblint, but it seems as a first approximation it suffices to ignore encodings on the Goblint side.