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