#include <windows.h>
#include "seh.h"
Go to the source code of this file.
◆ main()
Definition at line 10 of file seh0057.c.
10 {
12
14
15 try {
17 }
18 finally {
20 try {
22 }
23 finally {
26 }
27 }
29 }
30 }
32
35 return -1;
36 }
37
38 return 0;
39}
#define abnormal_termination
static LARGE_INTEGER Counter
◆ test
char test[] = "seh0057.c" |