#include <windows.h>
#include "seh.h"
Go to the source code of this file.
◆ main()
Definition at line 10 of file seh0007.c.
10 {
14
15
16
19
21 try {
22 try {
24 *BlackHole += *BadAddress;
25 }
26 finally {
28
29
30
31
32 {
34 }
35 }
37 }
39
40 {
42
43 {
45 }
46 }
48
51 return -1;
52 }
53
54 return 0;
55}
#define abnormal_termination
static LARGE_INTEGER Counter
◆ test
char test[] = "SEH0007.c" |