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