#include <windows.h>
#include "seh.h"
Go to the source code of this file.
◆ main()
Definition at line 10 of file seh0046.c.
10 {
14
16 Index1 = 1;
17
18 switch (Index2) {
19 case 0:
21 break;
22 case 1:
23 try {
24 try {
25 if ((Index1 & 0x1) == 1) {
26
27 break;
28 } else {
30 }
31 }
33
35 }
37
39 }
41
43 }
45
47 }
48
51 return -1;
52 }
53
54 return 0;
55}
static LARGE_INTEGER Counter
◆ test
char test[] = "SEH0046.c" |