blob: 96a08145c001c0dcb1f258b9a22ee3d4c71282cf [file] [log] [blame]
// Build don't link:
struct locale
{
template<class _Facet>
locale (const locale&, _Facet*);
locale(int*) throw();
};
void f(int* p) { locale keep (p); }