diff options
Diffstat (limited to 'tests/scanner/annotation.c')
-rw-r--r-- | tests/scanner/annotation.c | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/tests/scanner/annotation.c b/tests/scanner/annotation.c index 64f9cc32..497d1eec 100644 --- a/tests/scanner/annotation.c +++ b/tests/scanner/annotation.c @@ -641,7 +641,7 @@ annotation_string_zero_terminated (void) /** * annotation_string_zero_terminated_out: - * @out: (array zero-terminated=1) (inout) + * @out: (array zero-terminated=1) (inout): **/ void annotation_string_zero_terminated_out (char ***out) @@ -737,4 +737,15 @@ annotation_attribute_func (AnnotationObject *object, return 42; } +/** + * annotation_invalid_annotation: + * @foo: some text (e.g. example) or else + */ +void +annotation_invalid_annotation (int foo) +{ + +} + + char backslash_parsing_tester_2 = '\\'; |