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

9 lines
84 B
Plaintext

fn panic() {
assert false, "This should only be seen once";
}
panic();
panic();