#include <windows.h>
#include "seh.h"
Go to the source code of this file.
◆ main()
Definition at line 10 of file seh0036.c.
10 {
13
15
16 for (Index1 = 0; Index1 < 10; Index1 += 1) {
17 try {
18 try {
19 if ((Index1 & 0x1) == 0) {
20
22 }
23 }
24 finally {
25
27 }
29
31 }
32 finally {
33
35#if defined(_MSC_VER) && !defined(__clang__)
36 continue;
37#endif
38 }
40
42 }
43
46 return -1;
47 }
48
49 return 0;
50}
static LARGE_INTEGER Counter
◆ test
char test[] = "SEH0036.c" |