blob: c28837cd501c143657e0a3ca41ef4b7f46a03022 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-Wno-pointer-arith" } */
void
test (void)
{
__asm__ ("@ %c0" : : "S" (&test + 4));
}
/* { dg-final { scan-assembler "@ test\\+4" } } */