FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.eh / tmpl5.C
blob4564633ee3dec7a80820fee1e638551ac373834e
1 // Build don't link:
2 // Origin: Mark Mitchell <mark@codesourcery.com>
4 template <class T = int>
5 struct S
7   void f ()
8     {
9       try {
10       } catch (int) {
11       }
12     }