Skip to content
Snippets Groups Projects
multidecl.res.oracle 426 B
[kernel] Parsing tests/spec/multidecl.c (with preprocessing)
[kernel:annot-error] tests/spec/multidecl.c:9: Warning: 
  term x has type ℤ, but int is expected.. Ignoring global annotation
/* Generated by Frama-C */
/*@ predicate p0(ℤ x) = x ≡ 0;
 */
/*@ predicate p1(ℤ x) = x ≡ 1;
 */
/*@ lemma excl: ∀ ℤ x; ¬(p0(x) ∧ p1(x));
 */
/*@ predicate p2(int x) = x ≡ 0;
 */
/*@ predicate p3(int x) = x ≡ 1;
 */