Keep track of analysis information inherited from Module pass manager.
[oota-llvm.git] / test / C++Frontend / 2007-04-31-TryCatch.cpp
1 // RUN: %llvmgxx -S %s -o /dev/null
2
3 #include <locale>
4
5 namespace std 
6 {
7   codecvt<char, char, mbstate_t>::
8   codecvt(size_t __refs)
9   : __codecvt_abstract_base<char, char, mbstate_t>(__refs),
10   _M_c_locale_codecvt(_S_get_c_locale())
11   { }
12 }