Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
gcc.target
/
pru
/
halt.c
blob: 8aed576fe6c61b47f6c5c9453d9b644af975733b [
file
] [
log
] [
blame
]
/* Test HALT builtin. */
void
test_halt
(
void
)
{
/* { dg-final { scan-assembler "halt" } } */
__halt
();
}