Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
91 B
C++
Raw Permalink Normal View History

#include "decls.h"
2016-09-15 08:53:33 +00:00
struct2::~struct2() {
int x = g(); // Break2
}
2016-09-15 08:53:33 +00:00
void struct2::f() {}