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