#include <windows.h>
#include "seh.h"
Go to the source code of this file.
◆ main()
Definition at line 10 of file seh0045.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 break;
28 } else {
30 }
31 }
32 finally {
33
34
35
36
38 }
41 }
42
45 return -1;
46 }
47
48 return 0;
49}
static LARGE_INTEGER Counter
◆ test
char test[] = "SEH0045.c" |