blob: 386c771d8adeec2e1cfaf3534cdac471fad3afce [file] [log] [blame]
#include "common.h"
#include <iostream>
void initialize_target()
{
std::cout << ANSI_START << "some " << THE_TARGET
<< " initialization" << ANSI_END << std::endl;
}