Quirk of the specification language is that (0..size-1) has to contain spaces around .., ie. (0 .. size-1). Need to make sure annotated code reflects this.
May have been fixed, since annotations in the frama-c libs don't always ensure spaces around .. . I will check and fix this as I verify different methods.
Quirk of the specification language is that (0..size-1) has to contain spaces around .., ie. (0 .. size-1). Need to make sure annotated code reflects this.