2017-07-20 19:35:53 +02:00

11 lines
87 B
C++

#include "test2.hpp"
int main()
{
SimpleLib obj;
LObject lobject;
return 0;
}