view C++/Tests/DynLib/main.cpp @ 218:9324b9e0e7b7

DynLib: add unit tests
author David Demelier <markand@malikania.fr>
date Thu, 08 May 2014 18:57:47 +0200
parents
children 3b4ae8feca1c
line wrap: on
line source

#include <iostream>

#include <DynLib.h>

int main(void)
{
	return 0;
}