testbed.cpp 101 B

123456
  1. #include <entt/entt.hpp>
  2. int main() {
  3. [[maybe_unused]] entt::registry registry;
  4. return 0;
  5. }