#include <iostream>
#include "liby.h"

namespace liby {

void foo(void) { std::cout << "hello from liby!" << std::endl; }
}