summaryrefslogtreecommitdiff
path: root/Test/civl/nocollector.bpl
blob: 5a6f1e5da4fae5e847340eb557f5434ed586098d (plain)
1
2
3
4
5
6
7
8
// RUN: %boogie -noinfer -useArrayTheory "%s" > "%t"
// RUN: %diff "%s.expect" "%t"
var {:linear "L"} x:int;

procedure{:yields}{:layer 1} P()
{
  yield;
}