C++程序  |  6行  |  102 B

#include "internal/catch_interfaces_runner.h"

namespace Catch {
    IRunner::~IRunner() = default;
}