]> git.ipfire.org Git - thirdparty/gcc.git/blob - libvtv/testsuite/replace-fail.cc
2b4070eec77640212c7aa5b51dbd474e9167c1fc
[thirdparty/gcc.git] / libvtv / testsuite / 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 }