gcc/libvtv/testsuite/other-tests/replace-fail.cc
Caroline Tice 41e96dc8f0 Update libvtv testsuite so that most of the tests now run under
the dejagnu test harness.

From-SVN: r202373
2013-09-08 16:35:14 -07:00

12 lines
256 B
C++

#include <stdlib.h>
#include <stdio.h>
void __vtv_verify_fail (void **, void*) __attribute__((visibility ("default")));
void
__vtv_verify_fail (void **hash_table, const void *vtbl_ptr)
{
fprintf (stdout, "Executing alternative failure routine.\n");
}