summaryrefslogtreecommitdiff
path: root/test/FrontendC++/2007-04-31-TryCatch.cpp
blob: 8b8254d76e769255bd44503bc0e58389e58fb997 (plain)
1
2
3
4
5
6
7
8
9
10
11
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())
  { }
}