Commit 9e8fc96c by Caroline Tice Committed by Caroline Tice

Fix testsuite

2019-02-19  Caroline Tice <cmtice@google.com>

	Fix testsuite
	* testsuite/libvtv.cc/const_vtable.cc (main): Fix function signature.

From-SVN: r269041
parent 0024731f
2019-02-19 Caroline Tice <cmtice@google.com>
Fix testsuite
* testsuite/libvtv.cc/const_vtable.cc (main): Fix function signature.
2019-01-01 Jakub Jelinek <jakub@redhat.com>
Update copyright years.
......
......@@ -28,7 +28,7 @@ struct D : B, C {
~D();
};
extern "C" int printf(const char *,...);
main()
int main(int argc, char**argv)
{
try {
D *d = new D;
......
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