diff options
Diffstat (limited to 'tests/pp/02.expect')
| -rw-r--r-- | tests/pp/02.expect | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/pp/02.expect b/tests/pp/02.expect index 16f42ae..625c80b 100644 --- a/tests/pp/02.expect +++ b/tests/pp/02.expect @@ -1,5 +1,6 @@ f(2 * (y+1)) + f(2 * (f(2 * (z[0])))) % f(2 * (0)) + t(1); -f(2 * (2+(3,4)-0,1)) | f(2 * (~ 5)) & f(2 * (0,1))^m(0,1); +f(2 * (2 +(3,4)-0,1)) | f(2 * (~ 5)) & f(2 * (0,1))^m(0,1); + char c[2][6] = { "hello", "" }; f(2 * (y+1)) + f(2 * (f(2 * (z[0])))) % f(2 * (0)) + t(1); -f(2 * (2+(3,4)-0,1)) | f(2 * (~ 5)) & f(2 * (0,1))^m(0,1); +f(2 * (2 +(3,4)-0,1)) | f(2 * (~ 5)) & f(2 * (0,1))^m(0,1); |
