comparison src/testdir/test3.ok @ 828:01583c79d5f4 v7.0d03

updated for version 7.0d03
author vimboss
date Thu, 13 Apr 2006 20:37:35 +0000
parents fd1b3406fd1c
children dc8197342755
comparison
equal deleted inserted replaced
827:fd1b3406fd1c 828:01583c79d5f4
616 { 616 {
617 } 617 }
618 618
619 Constructor::Constructor(int a, 619 Constructor::Constructor(int a,
620 int b ) /*x*/ : /*x*/ BaseClass(a), 620 int b ) /*x*/ : /*x*/ BaseClass(a),
621 member(b) 621 member(b)
622 { 622 {
623 } 623 }
624 624
625 class CAbc : 625 class CAbc :
626 public BaseClass1, 626 public BaseClass1,
649 protected: 649 protected:
650 void testfall(); 650 void testfall();
651 }; 651 };
652 652
653 class CAbc : public BaseClass1, 653 class CAbc : public BaseClass1,
654 protected BaseClass2 654 protected BaseClass2
655 { 655 {
656 }; 656 };
657 657
658 static struct 658 static struct
659 { 659 {
726 if (a) 726 if (a)
727 if (b) 727 if (b)
728 2; 728 2;
729 else 3; 729 else 3;
730 next_line_of_code(); 730 next_line_of_code();
731 }
732
733 barry()
734 {
735 Foo::Foo (int one,
736 int two)
737 : something(4)
738 {}
739 }
740
741 barry()
742 {
743 Foo::Foo (int one, int two)
744 : something(4)
745 {}
746 }
747
748 Constructor::Constructor(int a,
749 int b
750 ) :
751 BaseClass(a,
752 b,
753 c),
754 mMember(b)
755 {
731 } 756 }
732 757
733 /* end of AUTO */ 758 /* end of AUTO */
734 759
735 760
1066 public: // comment 1091 public: // comment
1067 void testfall(); 1092 void testfall();
1068 protected: 1093 protected:
1069 void testfall(); 1094 void testfall();
1070 }; 1095 };
1096
1097
1098 void
1099 foo()
1100 {
1101 if (a)
1102 {
1103 } else
1104 asdf;
1105 }
1071 1106
1072 1107
1073 { 1108 {
1074 averylongfunctionnamelongfunctionnameaverylongfunctionname()->asd( 1109 averylongfunctionnamelongfunctionnameaverylongfunctionname()->asd(
1075 asdasdf, 1110 asdasdf,