diff options
| author | 2024-04-09 07:56:36 +0200 | |
|---|---|---|
| committer | 2024-04-09 10:06:59 +0200 | |
| commit | 9b45d155c3a71eaf798fde2b516dfd1a0f66257e (patch) | |
| tree | 76153133f2f0c442f82d046677c96abd1d1432f5 /test/pp.c | |
| parent | 274935a984141f623a364737766e0eae26954c82 (diff) | |
frontend: basic #include
Diffstat (limited to 'test/pp.c')
| -rw-r--r-- | test/pp.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/pp.c b/test/pp.c new file mode 100644 index 0000000..0c199dc --- /dev/null +++ b/test/pp.c @@ -0,0 +1,8 @@ + +#include "pp.h" +int +main(void) +{ + hi(); + return Foo; +} |