• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 struct A {
2   struct {
3     int xx;
4   };
5 };
6 
7 struct A a;
8 int xx;
9