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