typst-0.1.0.0: test/typ/compiler/return-03.typ
// Test return outside of function.
#for x in range(5) {
// Error: 3-9 cannot return outside of function
return
}
// Test return outside of function.
#for x in range(5) {
// Error: 3-9 cannot return outside of function
return
}