Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.target
/
nios2
/
nios2-builtin-custom.c
blob: 18399facc00a1dfd2686da371ae0eb439416f92c [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-final { scan-assembler "custom" } } */
/* This test case used to cause an unrecognizable insn crash. */
void
foo
(
void
)
{
int
offset
=
__builtin_custom_in
(
0x1
);
}