--- layout: fc_discuss_archives title: Message 3 from Frama-C-discuss on April 2016 ---
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] Single (Trivial?) Assertion Not Verified -- What's Wrong?



>  //@ assert A3: v[i] == \at( v[i], Pre );

The \at( _ , Pre ) scope applies also to variable i, which is undefined in pre-state and different from \at( i , Here ).
	L.