summaryrefslogtreecommitdiff
path: root/tests/scanner/annotationparser/gi/annotation_foreign.xml
blob: 11e589c5e258826d9b7b8e5bfd8c8ac277b6cde4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>

<tests>

<test>
  <commentblock>/**
 * FooForeignStruct: (foreign)
 *
 */</commentblock>
  <docblock>
    <identifier>
      <name>FooForeignStruct</name>
      <annotations>
        <annotation>
          <name>foreign</name>
        </annotation>
      </annotations>
    </identifier>
  </docblock>
</test>

</tests>