aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/pp.c
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2024-04-12 09:13:42 +0200
committerlemon <lsof@mailbox.org>2024-04-12 09:13:42 +0200
commitf02fb99340edd86848794dd9b85088998458a70d (patch)
tree5af8e8fd250557e18d3816f49d5dac522ae08c6e /test/pp.c
parentd0a11e24e0639ba402be3dec522e0dfff9ba45fc (diff)
frontend: #ifdef
Diffstat (limited to 'test/pp.c')
-rw-r--r--test/pp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/pp.c b/test/pp.c
index 0c199dc..ee4b98a 100644
--- a/test/pp.c
+++ b/test/pp.c
@@ -1,8 +1,10 @@
#include "pp.h"
+#include "pp.h"
+
int
main(void)
{
hi();
- return Foo;
+ return Foo + Bar;
}