summaryrefslogtreecommitdiff
path: root/src/testdir/test3.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/testdir/test3.in')
-rw-r--r--src/testdir/test3.in39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/testdir/test3.in b/src/testdir/test3.in
index 51ad72095..898311834 100644
--- a/src/testdir/test3.in
+++ b/src/testdir/test3.in
@@ -742,6 +742,31 @@ int main(void)
next_line_of_code();
}
+barry()
+{
+ Foo::Foo (int one,
+ int two)
+ : something(4)
+ {}
+}
+
+barry()
+{
+ Foo::Foo (int one, int two)
+ : something(4)
+ {}
+}
+
+Constructor::Constructor(int a,
+ int b
+ ) :
+ BaseClass(a,
+ b,
+ c),
+ mMember(b)
+{
+}
+
/* end of AUTO */
STARTTEST
@@ -1189,6 +1214,20 @@ protected:
};
STARTTEST
+:set cino=+20
+2kdd]]=][
+ENDTEST
+
+ void
+foo()
+{
+ if (a)
+ {
+ } else
+ asdf;
+}
+
+STARTTEST
:set cino=(0,W2s
2kdd]]=][
ENDTEST