bond/arch/brute.c

8 lines
77 B
C

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