• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 struct foo
2 {
3   long x;
4   char y;
5 };
6 
7 int
foo()8 foo()
9 {
10 }
11