Commit 50622d8b by Jason Merrill

add missing function

From-SVN: r43397
parent 553a0668
...@@ -31,6 +31,11 @@ S* S::g() ...@@ -31,6 +31,11 @@ S* S::g()
return this; return this;
} }
S* S::h()
{
return this;
}
int main() int main()
{ {
S s; S s;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment