aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/small-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/small-client.h')
-rw-r--r--tests/data/small-client.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/data/small-client.h b/tests/data/small-client.h
index 8c6abc5..c81b70f 100644
--- a/tests/data/small-client.h
+++ b/tests/data/small-client.h
@@ -80,11 +80,20 @@ enum intf_A_foo {
* @since 2
*/
INTF_A_FOO_THIRD = 2,
+ /**
+ * this is a negative value
+ * @since 2
+ */
+ INTF_A_FOO_NEGATIVE = -1,
};
/**
* @ingroup iface_intf_A
*/
#define INTF_A_FOO_THIRD_SINCE_VERSION 2
+/**
+ * @ingroup iface_intf_A
+ */
+#define INTF_A_FOO_NEGATIVE_SINCE_VERSION 2
#endif /* INTF_A_FOO_ENUM */
/**