openarras/test/cases/objects.cpp
2023-05-30 21:03:04 +08:00

11 lines
117 B
C++

#include "objects.hpp"
#include "test/u.hpp"
namespace {
AddTestCase _(1, "objects.hpp", [](TestCase& t) {
});
}