2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1z / noexcept-type19.h
blob33a29357e7fab43743991e28ff72d573a0e3436a
1 #pragma GCC system_header
3 typedef decltype(sizeof(0)) size_t;
4 extern "C" void *malloc (size_t) throw();