Files
Toy/test/scripts/panic-within-functions.toy

9 lines
90 B
Plaintext

fn panic() {
assert false, "!ignore panicking within a function";
}
panic();
panic();