diff options
| author | 2024-04-12 09:13:42 +0200 | |
|---|---|---|
| committer | 2024-04-12 09:13:42 +0200 | |
| commit | f02fb99340edd86848794dd9b85088998458a70d (patch) | |
| tree | 5af8e8fd250557e18d3816f49d5dac522ae08c6e /test/pp.c | |
| parent | d0a11e24e0639ba402be3dec522e0dfff9ba45fc (diff) | |
frontend: #ifdef
Diffstat (limited to 'test/pp.c')
| -rw-r--r-- | test/pp.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,8 +1,10 @@ #include "pp.h" +#include "pp.h" + int main(void) { hi(); - return Foo; + return Foo + Bar; } |