ReactOS 0.4.15-dev-7958-gcd0bb1a
unreachedeh.cpp
Go to the documentation of this file.
1// Copyright (c) Microsoft. All rights reserved.
2// Licensed under the MIT license. See LICENSE file in the project root for
3// full license information.
4
5#include <stdio.h>
6
7int main(void)
8{
9
10printf("pass");
11
12return 0;
13
14try {} catch (...) {}
15
16}
17
#define printf
Definition: freeldr.h:97
int main(void)
Definition: unreachedeh.cpp:7