roc/test/fx/issue8517.roc
Anton-4 0608d4c338
Fix #8517 (#8613)
temp fix expect stack overflow

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2025-12-12 11:30:33 +01:00

8 lines
117 B
Text

app [main!] { pf: platform "./platform/main.roc" }
import pf.Stdout
import pf.Stdin
main! = || {
expect 1 == 2
}