089a1d9d创建于 2022年4月27日历史提交
#include "derived.h"

int main() {
    foo1 = foo2; // break here

    foo1.bar();
    return foo1.baz();
}