root/src/add-ons/kernel/file_systems/reiserfs/cpp.cpp
/* 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");
}