aboutsummaryrefslogtreecommitdiff
path: root/tests/include
diff options
context:
space:
mode:
Diffstat (limited to 'tests/include')
-rw-r--r--tests/include/test.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/include/test.h b/tests/include/test.h
index 741fa97..8a8c579 100644
--- a/tests/include/test.h
+++ b/tests/include/test.h
@@ -20,6 +20,9 @@ extern "C" {
#define OSDEF 30
#endif
+#define foobar1(x) OSDEF * x
+#define foobar2(x) x + 1
+
typedef uint8_t PRIMTYPE;
typedef PRIMTYPE CUSTTYPE;