C++程序  |  6行  |  102 B

#include "internal/catch_interfaces_config.h"

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