Files
Catch2/src/catch2/internal/catch_unreachable.cpp
Martin Hořeňovský 6146a104b8 WIP: unreachable?
2024-12-27 23:46:25 +01:00

18 lines
395 B
C++

// Copyright Catch2 Authors
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE.txt or copy at
// https://www.boost.org/LICENSE_1_0.txt)
// SPDX-License-Identifier: BSL-1.0
#include <catch2/internal/catch_unreachable.hpp>
namespace Catch {
namespace Detail {
void unreachable(){}
}
} // end namespace Catch