Synopsis - Cross-Reference
File: /tests/Processors/Comments/input/previous2.cc1// -*- Comments.SSFilter -*- 2// -*- Comments.Previous -*- 3 4class Foo 5{ 6public: 7 int first; //< first comment 8 int second; //< second comment 9private: 10 int third; //< third comment 11};