From 9b45d155c3a71eaf798fde2b516dfd1a0f66257e Mon Sep 17 00:00:00 2001 From: lemon Date: Tue, 9 Apr 2024 07:56:36 +0200 Subject: frontend: basic #include --- test/pp.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/pp.h (limited to 'test/pp.h') 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"); +} -- cgit v1.2.3