test: shared empty type

This commit is contained in:
Michele Caini
2023-11-06 08:49:37 +01:00
parent fb624bab50
commit 9a362b39bf

10
test/entt/common/empty.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef ENTT_COMMON_EMPTY_HPP
#define ENTT_COMMON_EMPTY_HPP
namespace test {
struct empty {};
} // namespace test
#endif