Running this app aoc-2022/12/main.roc causes a Segmentation fault: 11 on macOS. I'm using roc built from source.
$ roc build --optimize aoc-2022/12/main.roc
0 errors and 0 warnings found in 2970 ms while successfully building:
aoc-2022/12/aoc
$ ./aoc-2022/12/aoc
Segmentation fault: 11
EDIT minimised reproduction
Running this app aoc-2022/12/main.roc causes a
Segmentation fault: 11
on macOS. I'm using roc built from source.