libcruft-util/test/extent.cpp

12 lines
173 B
C++
Raw Normal View History

#include "extent.hpp"
2015-04-13 16:45:56 +10:00
#include "tap.hpp"
int
main (void)
{
2015-04-13 16:45:56 +10:00
util::TAP::logger tap;
util::extent2f instance;
(void) instance;
2015-04-13 16:45:56 +10:00
tap.todo ("instancing test");
}