blob: a4bb01401a99a71615891276b53e259d2b0cf8bf [file] [log] [blame]
/* Test for string translation. */
/* { dg-do compile }
{ dg-require-iconv "IBM1047" }
{ dg-final { scan-assembler-not "translate" } } */
void foo (void)
{
asm ("xx" : : "r"("translate") : "cc");
}