#include "lib2.hpp"

#include <iostream>

namespace lib2 {
void foo() {
    std::cout << "lib2::foo()" << std::endl;
}
}
