#include <gtest/gtest.h> #include <entt/core/attribute.h> ENTT_API void do_nothing(); TEST(Lib, View) { do_nothing(); // TODO }