
#include "test.h"

int main(int argc, char** argv)
{
   do_something();
   return 0;
}
