diff options
Diffstat (limited to 'tests/headers/macro-expr-uncommon-token.h')
-rw-r--r-- | tests/headers/macro-expr-uncommon-token.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/headers/macro-expr-uncommon-token.h b/tests/headers/macro-expr-uncommon-token.h deleted file mode 100644 index dd1b4343..00000000 --- a/tests/headers/macro-expr-uncommon-token.h +++ /dev/null @@ -1,7 +0,0 @@ - -// Commenting this out & removing the usage before `foo` results in the correct -// bindings -#define MODBUS_API -#define MODBUS_WOOT 3 - -MODBUS_API void foo(); |