1 #ifndef LIBCXX_STDDEF_H
2 #define LIBCXX_STDDEF_H
3 
4 #include <__config>
5 #include_next <stddef.h>
6 
7 #endif
8