tccpp: fix issues, add tests
[tinycc.git] / tests / pp / 02.expect
blob16f42aeea510d2a261e8fb2c06b5b67b80616f2d
1 f(2 * (y+1)) + f(2 * (f(2 * (z[0])))) % f(2 * (0)) + t(1);
2 f(2 * (2+(3,4)-0,1)) | f(2 * (~ 5)) & f(2 * (0,1))^m(0,1);
3 char c[2][6] = { "hello", "" };
4 f(2 * (y+1)) + f(2 * (f(2 * (z[0])))) % f(2 * (0)) + t(1);
5 f(2 * (2+(3,4)-0,1)) | f(2 * (~ 5)) & f(2 * (0,1))^m(0,1);