#include <windows.h>
#include "seh.h"
Go to the source code of this file.
◆ main()
Definition at line 10 of file seh0038.c.
10 {
13
15
16 for (Index1 = 0; Index1 < 10; Index1 += 1) {
17 try {
18 if ((Index1 & 0x1) == 1) {
19
20 break;
21 } else {
22
24 }
25 }
26 finally {
27
29 }
31
33 }
34
37 return -1;
38 }
39
40 return 0;
41}
static LARGE_INTEGER Counter
◆ test
char test[] = "SEH0038.c" |