Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. struct A
  2. {
  3. int i;
  4. int j1;
  5. bool b;
  6. struct A a;
  7. };
  8. struct B
  9. {
  10. struct A a;
  11. };
  12.  
  13. int i, j, k;
  14. struct B b, bb, bbb;
  15. bool bob;
  16.  
  17. fun f(int i, struct B j) struct A
  18. {
  19. int f, l, k;
  20. return f;
  21. }
  22.  
  23. fun main() int
  24. {
  25. struct A a;
  26. int i, j, k;
  27. bool b;
  28. int h;
  29. {
  30. if (k > 0)
  31. {
  32. return 0;
  33. }
  34.  
  35. a = 1 + 1;
  36. }
  37. return 0;
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement