#include "external.hpp"

#include <iostream>

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