#include <windows.h>
#include "seh.h"
Go to the source code of this file.
◆ faill
◆ finish
◆ startest
◆ main()
Definition at line 14 of file seh0035.c.
14 {
17
19
20 for (Index1 = 0; Index1 < 10; Index1 += 1) {
21 try {
22 try {
23 if ((Index1 & 0x1) == 0) {
24
26 }
27 }
28 finally {
29
31#if defined(_MSC_VER) && !defined(__clang__)
32 continue;
33#endif
34 }
36
38 }
39 finally {
40
42 }
44
46 }
47
50 return -1;
51 }
52
53 return 0;
54}
static LARGE_INTEGER Counter
◆ test
char test[] = "SEH0035.c" |