summaryrefslogtreecommitdiffhomepage
path: root/src/LibC++/__abi.h
blob: 206b5ef15ee79443a221abeb3d3bca14b4c37dcb (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()