blob: 64e0349b582689579e22ce1576da0922d6350ec5 [file] [log] [blame]
#include "derived.h"
int main() {
Foo f; // break here
f.bar();
return f.baz();
}