1 #include "decls.h"
2 
3 struct2::~struct2() {
4   int x = g(); // Break2
5 }
6 
7 void struct2::f() {}
8