Skip to content

Commit ea68e1c

Browse files
committed
Minimize test case
1 parent c29f2dd commit ea68e1c

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tests/regression/falsifiable/ref_ty_ghost.lus

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
type Pos = subtype { x: int | x >= 1 };
22

3-
contract C () returns (out: int);
4-
let
5-
var l: Pos = 0;
6-
const c: Pos = 0;
7-
guarantee true;
8-
tel
9-
103
function imported F() returns (x: int);
114
con
125
var l: Pos = 0;

0 commit comments

Comments
 (0)