fork download
  1. #include <stdlib.h>
  2.  
  3. int main (void)
  4. {
  5. char p = NULL;
  6. return 0;
  7. }
Success #stdin #stdout 0s 2892KB
stdin
Standard input is empty
stdout
Standard output is empty