mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
Test handling of TRY_CATCH_EXPRs for which the handler is a sequence of
ordinary statements, rather than a list of CATCH_EXPRs or an EH_FILTER_EXPR. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36629 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
edb4a6bd76
commit
ecf05ca83e
12
test/C++Frontend/2007-04-31-TryCatch.cpp
Normal file
12
test/C++Frontend/2007-04-31-TryCatch.cpp
Normal file
@ -0,0 +1,12 @@
|
||||
// RUN: %llvmgxx -S %s -o /dev/null
|
||||
|
||||
#include <locale>
|
||||
|
||||
namespace std
|
||||
{
|
||||
codecvt<char, char, mbstate_t>::
|
||||
codecvt(size_t __refs)
|
||||
: __codecvt_abstract_base<char, char, mbstate_t>(__refs),
|
||||
_M_c_locale_codecvt(_S_get_c_locale())
|
||||
{ }
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user