blob: 98875f05010cdb64a35b40d73838513d9f84b561 [file]
#include "object.hpp"
int main()
{
Object object;
return 0;
}