mirror of
https://github.com/urbit/shrub.git
synced 2024-12-21 01:41:37 +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
|
||
|
--
|