1351280Sdim/* cpp - C++ in the kernel
2351280Sdim**
3351280Sdim** Initial version by Axel D��rfler, axeld@pinc-software.de
4351280Sdim** This file may be used under the terms of the MIT License.
5351280Sdim*/
6351280Sdim
7351280Sdim
8351280Sdim#include "cpp.h"
9351280Sdim
10351280Sdim
11351280Sdim//nothrow_t _dontthrow;
12351280Sdim
13351280Sdimextern "C" void __pure_virtual()
14351280Sdim{
15351280Sdim	//printf("pure virtual function call");
16351280Sdim}
17351280Sdim
18351280Sdim