shrub/tests/bug/wtcl-crash.hoon
2023-11-28 22:28:04 -05:00

14 lines
223 B
Plaintext

:: miscompilation: crashing conditional expression compiled out
::
/+ *test
|%
::
++ test-wtcl-cond-crash
%- expect-fail
|. %. %foo
|= sam=$@(?(%foo %bar) [%baz @])
^- [%baz @]
?> ?=(%baz -.sam)
sam
--