bond/arch/brute.c
2020-07-09 23:54:12 +08:00

8 lines
78 B
C

#include <arch/brute.h>
ATTR_NORETURN void
arch_brute()
{
while (1) {}
}