test(C3.3): #define/#flags reach a unit consumed only by hand-curated #foreign decls
This commit is contained in:
4
examples/1622-cimport-unit-bound-defines/unit.c
Normal file
4
examples/1622-cimport-unit-bound-defines/unit.c
Normal file
@@ -0,0 +1,4 @@
|
||||
#ifndef UNIT_BASE
|
||||
#define UNIT_BASE 1
|
||||
#endif
|
||||
int unit_answer(void) { return UNIT_BASE; }
|
||||
Reference in New Issue
Block a user