millfork/include/default_panic.mfk

3 lines
35 B
Plaintext

void _panic() {
while(true){}
}