• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 struct a;
2 
3 struct a {
4     int b;
5 };
6 
7 struct c {
8     int d;
9 };
10 
11 struct c;