mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 00:13:12 +03:00
14 lines
223 B
Plaintext
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
|
|
--
|