aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/pp.h
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2024-04-09 07:56:36 +0200
committerlemon <lsof@mailbox.org>2024-04-09 10:06:59 +0200
commit9b45d155c3a71eaf798fde2b516dfd1a0f66257e (patch)
tree76153133f2f0c442f82d046677c96abd1d1432f5 /test/pp.h
parent274935a984141f623a364737766e0eae26954c82 (diff)
frontend: basic #include
Diffstat (limited to 'test/pp.h')
-rw-r--r--test/pp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/pp.h b/test/pp.h
new file mode 100644
index 0000000..69da492
--- /dev/null
+++ b/test/pp.h
@@ -0,0 +1,6 @@
+extern warnhere();
+#define Foo 9
+void hi() {
+ extern int printf();
+ printf("hi from header\n");
+}