mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 10:14:44 +00:00
18 lines
247 B
C++
18 lines
247 B
C++
![]() |
// Copyright (c) Microsoft. All rights reserved.
|
||
|
// Licensed under the MIT license. See LICENSE file in the project root for
|
||
|
// full license information.
|
||
|
|
||
|
#include <stdio.h>
|
||
|
|
||
|
int main(void)
|
||
|
{
|
||
|
|
||
|
printf("pass");
|
||
|
|
||
|
return 0;
|
||
|
|
||
|
try {} catch (...) {}
|
||
|
|
||
|
}
|
||
|
|