diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/preprocess-standard-example-2.pp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/preprocess-standard-example-2.pp b/test/preprocess-standard-example-2.pp index 3a52eb0..de72fb1 100644 --- a/test/preprocess-standard-example-2.pp +++ b/test/preprocess-standard-example-2.pp @@ -1,4 +1,4 @@ -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); -int i[] = {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); +int i[] = { 1, }; +char c[2][6] = { "hello", "" }; |