5 # include <foo/lib2renamed.h>
20 if ( Lib1Func() != 2.0 )
22 printf("Problem with lib1\n");
25 if ( Lib2Func() != 1.0 )
27 printf("Problem with lib2\n");
30 if ( Lib4Func() != 4.0 )
32 printf("Problem with lib4\n");
35 printf("The value of Foo: %s\n", foo
);
36 return SomeFunctionInFoo()-5;