blob: 4564633ee3dec7a80820fee1e638551ac373834e [file] [log] [blame]
// Build don't link:
// Origin: Mark Mitchell <mark@codesourcery.com>
template <class T = int>
struct S
{
void f ()
{
try {
} catch (int) {
}
}
};