summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.any.OperatorFunction-annotate.xml.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/expect/gccxml.any.OperatorFunction-annotate.xml.txt')
-rw-r--r--test/expect/gccxml.any.OperatorFunction-annotate.xml.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/expect/gccxml.any.OperatorFunction-annotate.xml.txt b/test/expect/gccxml.any.OperatorFunction-annotate.xml.txt
new file mode 100644
index 0000000..8393bd2
--- /dev/null
+++ b/test/expect/gccxml.any.OperatorFunction-annotate.xml.txt
@@ -0,0 +1,13 @@
+^<\?xml version="1.0"\?>
+<GCC_XML[^>]*>
+ <Namespace id="_1" name="start" context="_2" members="_3"/>
+ <OperatorFunction id="_3" name="&lt;&lt;" returns="_4" context="_1" location="f1:3" file="f1" line="3" mangled="[^"]+" attributes="annotate\(an annotation\)">
+ <Argument type="_4" location="f1:3" file="f1" line="3"/>
+ <Argument type="_5" location="f1:3" file="f1" line="3"/>
+ </OperatorFunction>
+ <ReferenceType id="_4" type="_6"/>
+ <FundamentalType id="_5" name="int" size="[0-9]+" align="[0-9]+"/>
+ <Namespace id="_2" name="::"/>
+ <Class id="_6" name="A" context="_2" location="f1:1" file="f1" line="1" incomplete="1"/>
+ <File id="f1" name=".*/test/input/OperatorFunction-annotate.cxx"/>
+</GCC_XML>$