Question file for benchmark/robustness/dialects/g++ 1. Both initp1.C and packed1.C use g++'s __attribute__() extension. How does your parser represent this construct? 2. In initp1.C, class Two has a data member count. Where is count declared? Where is count initialized? Answer: count is declared on line 9 and initialized on line 50. 3. Hexadecimal numbers appear on lines 66, 69, 72, 80 and 88. How does the parser represent hex numbers in its output?