fork(1) download
  1. #include <assert.h>
  2. #include <stdbool.h>
  3. #include <stdio.h>
  4.  
  5. int main(void) {
  6. assert(false);
  7. }
  8.  
Runtime error #stdin #stdout #stderr 0s 9424KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
prog: prog.c:6: main: Assertion `false' failed.