fork(1) download
  1. #include <stdio.h>
  2.  
  3. typedef int bork;
  4.  
  5. struct bork
  6. {
  7. bork bork;
  8. };
  9.  
  10.  
  11. int main(int argc, const char ** argv) {
  12. bork borkbork = argc;
  13. struct bork bork;
  14. bork.bork = borkbork;
  15. printf("%d", bork.bork);
  16. return 0;
  17. }
  18.  
Success #stdin #stdout 0s 2248KB
stdin
Standard input is empty
stdout
1