12 lines
231 B
C++
Raw Normal View History

/*
* Copyright (C) 2012 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 argc, char **argv)
{
return 0;
}