QA output created by 021 /* * Performance Metrics Name Space Map * Built by pmgenmap from the file * * 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 * * 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 */