⛏️ index : haiku.git

/* cpp - C++ in the kernel
**
** Initial version by Axel DΓΆrfler, axeld@pinc-software.de
** This file may be used under the terms of the MIT License.
*/


#include "cpp.h"


//nothrow_t _dontthrow;

extern "C" void __pure_virtual()
{
	//printf("pure virtual function call");
}