diff options
| author | 2022-08-19 12:37:11 +0200 | |
|---|---|---|
| committer | 2022-08-19 12:37:18 +0200 | |
| commit | b1934f206b3590cf6c7436f50e2bf6dba653c04c (patch) | |
| tree | 29ac250f3a01b9897d0af9a025141e01613bf5a9 /bootstrap | |
| parent | 29bc8fb426efabd942d229dc08b32e27bc925cb0 (diff) | |
fix vim syntax
Diffstat (limited to 'bootstrap')
| -rw-r--r-- | bootstrap/test2.cff | 2 |
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); } +} |