Merge branch 'master' of git://git.pcp.io/pcp into qt
[pcp.git] / qa / 021.out
blob587da942c55b1e1987ed5261b6303165e1779806
1 QA output created by 021
2 /*
3  * Performance Metrics Name Space Map
4  * Built by pmgenmap from the file
5 <filename goes in here>
6 <date goes in here>
7  *
8  * Do not edit this file!
9  */
11 /* leading single line comment */
12 char *foo[] = {
13 #define ONE     0
14         "a.b.c",
15 #define TWO     1
16         "d.e.f.g",
17 /* embedded single line comment */
18 #define THREE   2
19         "xx.yy.zz",
24  * trailing block of
25  * multi-lines
26  * comments
27  */
29  * Performance Metrics Name Space Map
30  * Built by pmgenmap from the file
31 <filename goes in here>
32 <date goes in here>
33  *
34  * Do not edit this file!
35  */
38  * leading block of
39  * multi-lines
40  * comments
41  */
42 char *foo[] = {
43 #define ONE     0
44         "a.b.c",
45 #define TWO     1
46         "d.e.f.g",
48  * embedded block of multi-lines
49  * comments and boring pad text
50  */
51 #define THREE   2
52         "xx.yy.zz",
56 /* trailing single line comment */