test(C3.3): #define/#flags reach a unit consumed only by hand-curated #foreign decls

This commit is contained in:
agra
2026-06-12 17:09:07 +03:00
parent 1bad29e72e
commit 44f4aab51c
5 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#ifndef UNIT_BASE
#define UNIT_BASE 1
#endif
int unit_answer(void) { return UNIT_BASE; }