Merge branch 'fix_another_sessions' into 'master'
[why3.git] / tests / test_merge.mlw
blob5f80590e1d357eae9a8349a29106ffb0489ee60e
3 theory T
5   use int.Int
7   predicate p int
9   goal g: p 3 /\ p 4 /\ p 5
11   goal h : false
13 end