#include <windows.h>
#include "seh.h"
Go to the source code of this file.
◆ main()
Definition at line 10 of file seh0015.c.
10 {
12
14
15 try {
16 try {
17
19 }
20 finally {
21
23#if defined(_MSC_VER) && !defined(__clang__)
24 goto t10;
25#endif
26 }
28#ifndef _MSC_VER
29 goto t10;
30#endif
31 }
32 finally {
33
35 }
37
38t10:
39 ;
40
43 return -1;
44 }
45
46 return 0;
47}
static LARGE_INTEGER Counter
◆ test
char test[] = "SEH0015.c" |