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