コード例 #1
0
ファイル: utest.cpp プロジェクト: ReiMatsuzaki/opt_cbf
int CallHello(const Base& a ) {
    return a.Hello();
}