genode/repos/base-sel4/src/test/sel4/main.cc
2015-05-26 09:39:54 +02:00

20 lines
343 B
C++

/*
* \brief Test for exercising the seL4 kernel interface
* \author Norman Feske
* \date 2014-10-14
*/
/*
* Copyright (C) 2014 Genode Labs GmbH
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU General Public License version 2.
*/
int main()
{
*(int *)0x1122 = 0;
return 0;
}