summaryrefslogtreecommitdiffhomepage
path: root/src/LibC++/__abi.h
blob: 70afae55c535e52b956b7545e1c7e734b63b7a5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* ========================================

 Copyright (C) 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license.

======================================== */

#pragma once

#include <LibC++/defines.h>

__init_decl()

extern void __compilerkit_unreachable(void);

__fini_decl()