#include <windows.h>
#include "seh.h"
Go to the source code of this file.
◆ main()
Definition at line 10 of file seh0040.c.
10 {
13
15
16 for (Index1 = 0; Index1 < 10; Index1 += 1) {
17 try {
18 try {
19 if ((Index1 & 0x1) == 1) {
20
21 break;
22 } else {
23
25 }
26 }
27 finally {
28
29
30
31
33 }
35
37 }
38 finally {
39
40
41
42
44 }
46
48 }
49
52 return -1;
53 }
54
55 return 0;
56}
static LARGE_INTEGER Counter
◆ test
char test[] = "SEH0040.c" |