#include <windows.h>
#include "seh.h"
Go to the source code of this file.
◆ main()
Definition at line 10 of file seh0049.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
28 }
29 }
30 finally {
31
33#if defined(_MSC_VER) && !defined(__clang__)
34 break;
35#endif
36 }
38#ifndef _MSC_VER
39 break;
40#endif
41
43 }
44 finally {
45
47 }
49
51 }
52
55 return -1;
56 }
57
58 return 0;
59}
static LARGE_INTEGER Counter
◆ test
char test[] = "SEH0049.c" |