blob: 8aed576fe6c61b47f6c5c9453d9b644af975733b [file] [log] [blame]
/* Test HALT builtin. */
void
test_halt (void)
{
/* { dg-final { scan-assembler "halt" } } */
__halt();
}