blob: 3fea960ead9c631d0e6ea9c4e3a049c3eec65d59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// SPDX-License-Identifier: Apache-2.0
// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (See accompanying
// file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0)
// Official repository: https://github.com/ne-foss-org/nectar
#pragma once
#include <CoreRuntime/C++/abi/abi.hpp>
#include <CoreRuntime/C++/abi/new.hpp>
/// @brief The Nectar FFI.
namespace nectar_lang {
}
|