summaryrefslogtreecommitdiffstats
path: root/test/Index/Inputs/retain-comments-from-system-headers.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Index/Inputs/retain-comments-from-system-headers.h')
-rw-r--r--test/Index/Inputs/retain-comments-from-system-headers.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/Index/Inputs/retain-comments-from-system-headers.h b/test/Index/Inputs/retain-comments-from-system-headers.h
new file mode 100644
index 0000000..28dd94f
--- /dev/null
+++ b/test/Index/Inputs/retain-comments-from-system-headers.h
@@ -0,0 +1,8 @@
+#pragma clang system_header
+
+/**
+ * system_function
+ * \param a Aaa.
+ */
+int system_function(int a);
+
OpenPOWER on IntegriCloud