Home | History | Annotate | Download | only in foo
      1 #include "foo.h"
      2 #include "bar.h"
      3 
      4 int foo(int x)
      5 {
      6     return bar(x)*2;
      7 }
      8