diff options
Diffstat (limited to 'tests/data/small-client-core.h')
| -rw-r--r-- | tests/data/small-client-core.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/data/small-client-core.h b/tests/data/small-client-core.h index 348d2dc..e5e2193 100644 --- a/tests/data/small-client-core.h +++ b/tests/data/small-client-core.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 */ /** |
