xref: /llvm-project/clang/test/Modules/Inputs/StdDef/size_t.h (revision 96efb4a4425ebe24c783da1af6c6ae05d80ae887)
1*96efb4a4SDouglas Gregor #ifndef _SIZE_T
2*96efb4a4SDouglas Gregor #define _SIZE_T
3*96efb4a4SDouglas Gregor typedef __SIZE_TYPE__ size_t;
4*96efb4a4SDouglas Gregor #endif
5