#include <windows.h>
#include "seh.h"
Go to the source code of this file.
◆ BLUE
◆ RED
◆ main()
Definition at line 13 of file seh0053.c.
13 {
16
18
19 try {
20 switch (Index2) {
22 break;
23
27 }
28
30 }
31 finally {
34 }
35 }
37
40 return -1;
41 }
42
43 return 0;
44}
#define abnormal_termination
static LARGE_INTEGER Counter
◆ test
char test[] = "seh0053.c" |