• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 void foo ();
2 
3 void
ref()4 ref ()
5 {
6   foo ();
7 }
8