Frama-C-discuss mailing list archives

This page gathers the archives of the old Frama-C-discuss archives, that was hosted by Inria's gforge before its demise at the end of 2020. To search for mails newer than September 2020, please visit the page of the new mailing list on Renater.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] Precondition for user call (newbye question)



Hello Paolo,

On Fri, Jun 5, 2009 at 11:33, Paolo Bashir Argenton<bashir1961 at gmail.com> wrote:
> ? ? ? ? ? ? ? ?/*@ assert \valid(s+i) */

If this really your code you have forgotten a semicolon (";") at the
end of the statement. It should be:
  /*@ assert \valid(s+i); */

Yours,
d.