OSDN Git Service

test
[gleam-language/alpha.git] / toplev_cpp.cpp
1 #include "common_cpp.h"
2
3 /*
4 * toplev_cpp.cpp        --glent entry point
5
6 * Copyright(C) 2013(Heisei 25) ttwilb All rights reserved.
7
8 * This source code is released on the BSD licensing.
9
10 */
11
12 int toplev_main_cpp(int argc, const char** argv)
13 {
14         
15         return 0;
16 }