From 6d2be31b93bec581391ea4476482693ee7452f59 Mon Sep 17 00:00:00 2001 From: grischka Date: Sat, 1 Oct 2016 21:05:42 +0200 Subject: test/pp: cleanup --- tests/pp/14.expect | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'tests/pp/14.expect') 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)); -- cgit v1.3.1