summaryrefslogtreecommitdiff
path: root/qa/021.out
diff options
context:
space:
mode:
Diffstat (limited to 'qa/021.out')
-rw-r--r--qa/021.out56
1 files changed, 56 insertions, 0 deletions
diff --git a/qa/021.out b/qa/021.out
new file mode 100644
index 0000000..587da94
--- /dev/null
+++ b/qa/021.out
@@ -0,0 +1,56 @@
+QA output created by 021
+/*
+ * Performance Metrics Name Space Map
+ * Built by pmgenmap from the file
+<filename goes in here>
+<date goes in here>
+ *
+ * Do not edit this file!
+ */
+
+/* leading single line comment */
+char *foo[] = {
+#define ONE 0
+ "a.b.c",
+#define TWO 1
+ "d.e.f.g",
+/* embedded single line comment */
+#define THREE 2
+ "xx.yy.zz",
+
+};
+
+/*
+ * trailing block of
+ * multi-lines
+ * comments
+ */
+/*
+ * Performance Metrics Name Space Map
+ * Built by pmgenmap from the file
+<filename goes in here>
+<date goes in here>
+ *
+ * Do not edit this file!
+ */
+
+/*
+ * leading block of
+ * multi-lines
+ * comments
+ */
+char *foo[] = {
+#define ONE 0
+ "a.b.c",
+#define TWO 1
+ "d.e.f.g",
+/*
+ * embedded block of multi-lines
+ * comments and boring pad text
+ */
+#define THREE 2
+ "xx.yy.zz",
+
+};
+
+/* trailing single line comment */