#include <windows.h>
#include "seh.h"
Go to the source code of this file.
◆ main()
Definition at line 10 of file seh0039.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 }
28
30 }
32
34 }
35
38 return -1;
39 }
40
41 return 0;
42}
static LARGE_INTEGER Counter
◆ test
char test[] = "SEH0039.c" |