blob: 0ce977364e3970dd314e3dbf9222707c7eca5030 [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors
//
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file or at
// https://opensource.org/licenses/MIT
#pragma once
// This is used by libc++'s <new> just for std::abort.
#include <__config>
#include <stdlib.h>
#define _LIBCPP_UNREACHABLE() __builtin_unreachable()
_LIBCPP_BEGIN_NAMESPACE_STD
using ::abort;
_LIBCPP_END_NAMESPACE_STD