#include <windows.h>
#include "seh.h"
Go to the source code of this file.
◆ main()
Definition at line 10 of file seh0037.c.
10 {
13
15
16 for (Index1 = 0; Index1 < 10; Index1 += 1) {
17 try {
18 if ((Index1 & 0x1) == 1) {
19 break;
20 } else {
21
23 }
24 }
27
29 }
30
33 return -1;
34 }
35
36 return 0;
37}
static LARGE_INTEGER Counter
◆ test
char test[] = "SEH0037.c" |