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