mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-16 07:14:07 +10:00
9 lines
84 B
Plaintext
9 lines
84 B
Plaintext
|
|
|
|
fn panic() {
|
|
assert false, "This should only be seen once";
|
|
}
|
|
|
|
panic();
|
|
panic();
|