diff options
Diffstat (limited to 'bootstrap/test2.cff')
| -rw-r--r-- | bootstrap/test2.cff | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bootstrap/test2.cff b/bootstrap/test2.cff index c120d05..c4aedd9 100644 --- a/bootstrap/test2.cff +++ b/bootstrap/test2.cff @@ -45,7 +45,6 @@ extern fn main() void { x = X + 1 + Y; let const v= Value:None; -#{ switch v { case None; case Int i; @@ -80,4 +79,3 @@ extern fn main() void { Bit<i32>:foo(3); Bit<i64>:foo(3); } -} |