#include <windows.h>
#include "seh.h"
Go to the source code of this file.
◆ main()
Definition at line 10 of file seh0017.c.
10 {
11
13
15
16 try {
17 try {
18
20 }
21 finally {
22
24#if defined(_MSC_VER) && !defined(__clang__)
25 goto t12;
26#endif
27 }
29
30 t12:
31 ;
32 }
33 finally {
34
36 }
38
41 return -1;
42 }
43
44 return 0;
45}
static LARGE_INTEGER Counter
◆ test
char test[] = "SEH0017.c" |