Mercurial > hg > CbC > CbC_llvm
comparison libcxxabi/test/noexception3.pass.cpp @ 173:0572611fdcc8 llvm10 llvm12
reorgnization done
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 25 May 2020 11:55:54 +0900 |
parents | 1d019706d866 |
children | 2e18cbf3894f |
comparison
equal
deleted
inserted
replaced
172:9fbae9c8bf63 | 173:0572611fdcc8 |
---|---|
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: c++98, c++03 | 9 // UNSUPPORTED: c++98, c++03 |
10 // REQUIRES: libcxxabi-no-exceptions | 10 // REQUIRES: no-exceptions |
11 | 11 |
12 #include <cxxabi.h> | 12 #include <cxxabi.h> |
13 #include <exception> | 13 #include <exception> |
14 #include <cassert> | 14 #include <cassert> |
15 #include <stdlib.h> | 15 #include <stdlib.h> |