diff options
author | Ori Bernstein <orib@google.com> | 2013-03-20 12:18:56 -0400 |
---|---|---|
committer | Ori Bernstein <orib@google.com> | 2013-03-20 12:18:56 -0400 |
commit | 4bc5bb61778432697dc3ce477335ada578cf3474 (patch) | |
tree | 39654606fc0de6c073f5e85b44966061f5c6cce8 /test/matchunion_sl.myr | |
parent | 407ef33694a8ac5518297af488759b8f8df19e06 (diff) | |
download | mc-4bc5bb61778432697dc3ce477335ada578cf3474.tar.gz |
Retab.
Diffstat (limited to 'test/matchunion_sl.myr')
-rw-r--r-- | test/matchunion_sl.myr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/matchunion_sl.myr b/test/matchunion_sl.myr index 04cb055..c1fbf83 100644 --- a/test/matchunion_sl.myr +++ b/test/matchunion_sl.myr @@ -12,14 +12,18 @@ const main = { v = `Str "foo" match v + /* `Int 127: -> 42 ;; + */ `Str s: std.put("%s\n", s) ;; + /* `Nil: ;; + */ ;; -> 0 } |