Clang Project

clang_source_code/test/Modules/Inputs/StdDef/size_t.h
1#ifndef _SIZE_T
2#define _SIZE_T
3typedef __SIZE_TYPE__ size_t;
4#endif
5