aboutsummaryrefslogtreecommitdiff
path: root/tests/pp/14.expect
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pp/14.expect')
-rw-r--r--tests/pp/14.expect11
1 files changed, 3 insertions, 8 deletions
diff --git a/tests/pp/14.expect b/tests/pp/14.expect
index 138f97b..3786044 100644
--- a/tests/pp/14.expect
+++ b/tests/pp/14.expect
@@ -1,8 +1,3 @@
-extern int printf(const char *format, ...);
-int main(void)
-{
- int a = 0, b = -1;
- int i1 = a +++ ++ b;
- printf("i1 = %d\n", i1);
- return 0x1e -1;
-}
+return Z(Z(1,2),2);
+return Q(1,2);
+return ((A + A) * (A + A)) + ((B * B) + (B * B));