/* * Copyright (c) 2021, the SerenityOS developers. * * SPDX-License-Identifier: BSD-2-Clause */ #include #include TEST_CASE(should_provide_underlying_type) { static_assert(IsSame::Type>); }