#include <windows.h>
#include "seh.h"
Go to the source code of this file.
◆ main()
Definition at line 10 of file seh0044.c.
10 {
14
16 Index1 = 1;
17
18 switch (Index2) {
19 case 0:
20
22 break;
23 case 1:
24 try {
25 if ((Index1 & 0x1) == 1) {
26
27
28
29
30 break;
31 } else {
33 }
34 }
36
37 {
39 }
42 break;
43 }
44
47 return -1;
48 }
49
50 return 0;
51}
static LARGE_INTEGER Counter
◆ test
char test[] = "SEH0044.c" |