blob: fa93f40fdaf000f695869acbc5299d303426f636 (
plain)
1
2
3
4
5
6
7
8
|
/* Test for string translation. */
/* { dg-do compile }
{ dg-require-iconv "IBM-1047" }
{ dg-final { scan-assembler-not "translate" } } */
void foo (void)
{
asm ("xx" : : "r"("translate") : "cc");
}
|