bug.c 111 B

12345678
  1. // SPDX-License-Identifier: GPL-2.0
  2. #include <linux/bug.h>
  3. __noreturn void rust_helper_BUG(void)
  4. {
  5. BUG();
  6. }