blob: 7a135eafdb142112d8a32251070116a93befc658 [file] [log] [blame]
#include "bar.h"
#include "foo.h"
#include "foo2.h"
int main()
{
return foo() + foo2() + bar();
}