summaryrefslogtreecommitdiffhomepage
path: root/dev/LibC++/lc_runtime+unreachable.cc
blob: 39115a1bbed8e72207aff38255201ebb3b04e590 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* -------------------------------------------
                     \
 Copyright (C) 2025 Amlal El Mahrouss, all rights reserved.               \
                     \
------------------------------------------- */

#include <LibC++/lc_runtime.h>

extern "C" void __libcompiler_unreachable(void) {
  while (true)
    ;
}