genode/repos/base/src/lib/ldso/test.cc
2017-02-28 12:59:29 +01:00

19 lines
378 B
C++

/*
* \brief Internal test functions
* \author Sebastian Sumpf
* \date 2011-08-25
*/
/*
* Copyright (C) 2011-2017 Genode Labs GmbH
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU Affero General Public License version 3.
*/
#include <base/exception.h>
void __ldso_raise_exception()
{
throw Genode::Exception();
}