summaryrefslogtreecommitdiffhomepage
path: root/dev/LibC++
diff options
context:
space:
mode:
Diffstat (limited to 'dev/LibC++')
-rw-r--r--dev/LibC++/lc_runtime.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev/LibC++/lc_runtime.h b/dev/LibC++/lc_runtime.h
new file mode 100644
index 0000000..c98fefe
--- /dev/null
+++ b/dev/LibC++/lc_runtime.h
@@ -0,0 +1,13 @@
+/* -------------------------------------------
+ \
+ Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved. \
+ \
+------------------------------------------- */
+
+#pragma once
+
+#ifdef __cplusplus
+
+extern "C" void __cxx_libcompiler_unreachable(void);
+
+#endif \ No newline at end of file