Files

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

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

#include "derived.h"
int main() {
Foo f; // break here
f.bar();
return f.baz();
}