roc/crates/compiler/test_syntax/tests/snapshots/pass/crash.expr.formatted.roc
2025-01-16 08:03:44 -06:00

9 lines
No EOL
120 B
Text

_ = crash ""
_ = crash "" ""
_ = crash 15 123
_ = try foo (|_| crash "")
_ =
_ = crash ""
crash
{ f: crash "" }