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