• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 struct foo { };
2 
3 typedef struct foo bar;
4 
5 typedef bar foo;
6