ultimatepp/autotest/CppParser/test38.in
cxl 767c975161 .autotest
git-svn-id: svn://ultimatepp.org/upp/trunk@8973 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-03 15:24:28 +00:00

7 lines
77 B
Text

struct Foo {
Rect rect;
Foo(Rect r);
};
Foo::Foo(Rect r)
: rect(r.