sample.c 147 B

12345678910111213141516171819202122232425
  1. //#include <stdio.h>
  2. int foo;
  3. long int bar;
  4. struct foo {
  5. int bar;
  6. struct {
  7. float x;
  8. double y;
  9. };
  10. struct {
  11. int lol;
  12. } meh;
  13. };