fork download
  1. #include <stdio.h>
  2.  
  3.  
  4. struct hello{
  5. struct i *val;
  6. }tmp;
  7.  
  8.  
  9.  
  10. int main(void) {
  11. struct hello a;
  12. return 0;
  13. }
  14.  
Success #stdin #stdout 0.01s 5288KB
stdin
Standard input is empty
stdout
Standard output is empty