blob: 683cc685a21654778862ff2ca13a00cec43ff052 [file]
// SPDX-License-Identifier: GPL-2.0
#include <linux/bug.h>
__rust_helper __noreturn void rust_helper_BUG(void)
{
BUG();
}