summaryrefslogtreecommitdiff
path: root/tests/scanner/annotationparser/gi/annotation_foreign.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/annotationparser/gi/annotation_foreign.xml')
-rw-r--r--tests/scanner/annotationparser/gi/annotation_foreign.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/scanner/annotationparser/gi/annotation_foreign.xml b/tests/scanner/annotationparser/gi/annotation_foreign.xml
new file mode 100644
index 00000000..11e589c5
--- /dev/null
+++ b/tests/scanner/annotationparser/gi/annotation_foreign.xml
@@ -0,0 +1,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>