Files
c0db/test/abort.c0
2015-04-12 00:33:57 -04:00

7 lines
72 B
Plaintext

#use <conio>
int main () {
error("assertion failure");
return 0;
}