2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.eh / tmpl5.C
blob4f9580bcb9f2900739a778f05c08089e3bca328e
1 // { dg-do assemble  }
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     }