summaryrefslogtreecommitdiff
path: root/Test/dafny0/snapshots/Snapshots4.v0.dfy
blob: beaadfeb33cf008a6a8ec705fc113567a234306d (plain)
1
2
3
4
5
6
7
8
9
10
11
method M()
{
  if (*)
  {

  }
  else
  {
    assert 0 == 0;
  }
}