/*int a[][3][2] = { {{1,2}, {},}, {{7,8},{9},{1 + 11 + 12,}}, {} };*/ int a[][3] = { {}, {1 + 4,2 - 1,3}, {4,5,6} }; string b[] = { "test", "hello", "world", "!" }; /* int a[] = { 1,2,3 }; */ float test1(); void fmt_func(int arg1, fmt string str); module int oct; extern int calc; module int test(float a, int c = 4) { string tmp = "Hello world \n"; int e = 1, g = 12, k = 1 + 2; float fe, flow; e = g = k * (1 + 3) / 4 + c; e = !k > 1 + 3 / 4; { float e = 2.0, g = 3.1; if (2.0 < 1.0) { e = test1(); return 2; } else return 3; } { int ie = 123; int ir = 234; ie = ir = 111111; } test1(); fmt_func(12, "test %d", 12); return c; } float test1() { module char ch = 'a'; int e, k, c; float r[1][2][3]; float d, g; e = test(r[0][1 + 2][4 - 3] + d - g, e + k + c); test(2.0); d = r[1 + 1 - 2][test()][0]; // e + k; d = d + g; return 2.0; } float test1();