#include "bar.hpp"

#include <iostream>

void bar() {
    std::cout << "bar\n";
}