1 #pragma GCC system_header
2 
3 typedef decltype(sizeof(0)) size_t;
4 extern "C" void *malloc (size_t) throw();
5