Linux 6.13-rc3
[linux.git] / rust / helpers / bug.c
blobe2d13babc7371051d5ce805d2716e115af8759a7
1 // SPDX-License-Identifier: GPL-2.0
3 #include <linux/bug.h>
5 __noreturn void rust_helper_BUG(void)
7 BUG();