2010-10-21 00:43:33 -02:00

14 lines
130 B
C

#include "templates.h"
#include "FirstObject.h"
#include "SecondObject.h"
int templates(void)
{
int ret = 0;
return ret;
}