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