summaryrefslogtreecommitdiffstats
path: root/test/input/Constructor-annotate.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/input/Constructor-annotate.cxx')
-rw-r--r--test/input/Constructor-annotate.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/input/Constructor-annotate.cxx b/test/input/Constructor-annotate.cxx
new file mode 100644
index 0000000..94cf13e
--- /dev/null
+++ b/test/input/Constructor-annotate.cxx
@@ -0,0 +1,3 @@
+class start {
+ __attribute__ ((annotate ("an annotation"))) start();
+};