diff options
Diffstat (limited to 'test/preprocess-standard-example-2.pp')
-rw-r--r-- | test/preprocess-standard-example-2.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/preprocess-standard-example-2.pp b/test/preprocess-standard-example-2.pp new file mode 100644 index 0000000..3a52eb0 --- /dev/null +++ b/test/preprocess-standard-example-2.pp @@ -0,0 +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","" }; |