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