summaryrefslogtreecommitdiff
path: root/tests/headers/macro-expr-uncommon-token.h
blob: dd1b4343bd39f668b66184b20b710b4824c8a0b8 (plain)
1
2
3
4
5
6
7

// Commenting this out & removing the usage before `foo` results in the correct
// bindings
#define MODBUS_API
#define MODBUS_WOOT 3

MODBUS_API void foo();