aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-08-19 12:52:29 +0200
committerlemon <lsof@mailbox.org>2022-08-19 12:52:29 +0200
commit5f1827beb3199a9f4cec44de5001d599be55cfc8 (patch)
treec42ddaf91c2ebef9efdb81ac07818b42a5377449 /bootstrap
parentb1934f206b3590cf6c7436f50e2bf6dba653c04c (diff)
EUSwitch and #tag
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/test2.cff2
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);
}
-}