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