test3.c 331 B

1234567891011121314151617181920212223242526
  1. enum foo {foo1, foo2};
  2. static double statdouble;
  3. newfun (ac)
  4. struct haha {int a; } ac;
  5. {
  6. }
  7. struct temp {int a; };
  8. bar (a)
  9. enum foo a;
  10. {
  11. static int lose;
  12. double happy;
  13. typedef int myint;
  14. {
  15. union wow { int a; char b; } wowvar;
  16. static union wow wowvar1;
  17. typedef int yourint;
  18. char *winner;
  19. }
  20. }