mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
9 lines
90 B
Plaintext
9 lines
90 B
Plaintext
|
|
|
|
fn panic() {
|
|
assert false, "!ignore panicking within a function";
|
|
}
|
|
|
|
panic();
|
|
panic();
|