ReactOS 0.4.15-dev-7958-gcd0bb1a
unreachedeh.cpp File Reference
#include <stdio.h>
Include dependency graph for unreachedeh.cpp:

Go to the source code of this file.

Functions

int main (void)
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 7 of file unreachedeh.cpp.

8{
9
10printf("pass");
11
12return 0;
13
14try {} catch (...) {}
15
16}
#define printf
Definition: freeldr.h:97