fork download
  1. typedef struct {} type;
  2.  
  3. int main()
  4. {
  5. type* pType = malloc (sizeof(type));
  6. return 0;
  7. }
Success #stdin #stdout 0.01s 1848KB
stdin
Standard input is empty
stdout
Standard output is empty