aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/pp.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/pp.c')
-rw-r--r--test/pp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/pp.c b/test/pp.c
index ee4b98a..2e6193e 100644
--- a/test/pp.c
+++ b/test/pp.c
@@ -5,6 +5,5 @@
int
main(void)
{
- hi();
- return Foo + Bar;
+ hi(ADD(Foo, SQR(Bar+1)));
}