blob: eeac214f2e1b97265778a14081cd836e1b1c7055 [file] [log] [blame]
// { dg-do link }
template <int> void a() {
typedef struct {
void b() try { b(); } catch (short) {
}
} c;
}
int
main() {
a<0>();
}