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