fork download
  1. #include <stdio.h>
  2. typedef struct test{
  3. struct test* t;
  4. } test;
  5. int main(){
  6. return 0;
  7. }
  8.  
Success #stdin #stdout 0s 2108KB
stdin
Standard input is empty
stdout
Standard output is empty