giscanner: add AnnotationParser tests
[platform/upstream/gobject-introspection.git] / tests / scanner / annotationparser / gi / annotation_constructor.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <tests>
4
5 <test>
6   <commentblock>/**
7  * regress_constructor: (constructor)
8  */</commentblock>
9   <docblock>
10     <identifier>
11       <name>regress_constructor</name>
12       <annotations>
13         <annotation>
14           <name>constructor</name>
15         </annotation>
16       </annotations>
17     </identifier>
18   </docblock>
19 </test>
20
21 </tests>