#pragma once #ifdef __cplusplus extern "C" { #endif __attribute__((noreturn)) void rt_trap(void); #ifdef __cplusplus } #endif