1 2 3 4 5 6 7 8 9
class A { unsigned c; struct Segment { int begin, end; }; }; class B { unsigned d; struct Segment { int begin, end; }; };