2013-11-07 00:51:16 +02:00

9 lines
100 B
C++

#include "onlyplainlib2.h"
OnlyPlainLib1 onlyPlainLib2()
{
OnlyPlainLib1 opl1;
return opl1;
}