// SPDX-License-Identifier: GPL-3.0-or-later // Copyright (c) 2026 0xKSor void main(void) { __asm__ volatile( "svc #0\n" "b .\n" ); }