comparison libcxxabi/test/unwind_03.pass.cpp @ 174:f935e5e0dbe7

merged
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 12:28:41 +0900
parents 0572611fdcc8
children 2e18cbf3894f
comparison
equal deleted inserted replaced
170:0d65220a63c8 174:f935e5e0dbe7
4 // See https://llvm.org/LICENSE.txt for license information. 4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 // 6 //
7 //===----------------------------------------------------------------------===// 7 //===----------------------------------------------------------------------===//
8 8
9 // UNSUPPORTED: libcxxabi-no-exceptions 9 // UNSUPPORTED: no-exceptions
10 // REQUIRES: c++98 || c++03 || c++11 || c++14 10 // REQUIRES: c++98 || c++03 || c++11 || c++14
11 11
12 #include <exception> 12 #include <exception>
13 #include <stdlib.h> 13 #include <stdlib.h>
14 #include <assert.h> 14 #include <assert.h>