/*
 * Copyright (C) 2020-2022 The opuntiaOS Project Authors.
 *  + Contributed by Nikita Melekhin <nimelehin@gmail.com>
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#pragma GCC system_header

#ifndef _LIBCXX_CASSERT
#define _LIBCXX_CASSERT

#include <assert.h>

#endif // _LIBCXX_CASSERT
