summaryrefslogtreecommitdiff
path: root/Test/dafny0/snapshots/Inputs/Snapshots3.v0.dfy
blob: 72607412cccd7fc8de1c039903aa829ab585e5ed (plain)
1
2
3
4
5
6
7
8
9
10
11
method M()
{
  if (*)
  {
    
  }
  else
  {
    assert 0 != 0;  // error
  }
}