]> git.ipfire.org Git - thirdparty/gcc.git/blob - libvtv/testsuite/other-tests/replace-fail.cc
Fix PR 58300...
[thirdparty/gcc.git] / libvtv / testsuite / other-tests / replace-fail.cc
1 #include <stdlib.h>
2 #include <stdio.h>
3
4
5 void __vtv_verify_fail (void **, void*) __attribute__((visibility ("default")));
6
7 void
8 __vtv_verify_fail (void **hash_table, const void *vtbl_ptr)
9 {
10 fprintf (stdout, "Executing alternative failure routine.\n");
11 }