1 2 3 4 5 6 7 8 9
/* { 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); }