#include "external.hpp"

#include <iostream>

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