PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / asm-dialect-2.c
blob8386d64e52ca6a8185531145c2354e101068cbd7
1 /* { dg-do compile } */
2 /* { dg-options "-masm=att" } */
3 /* { dg-final { scan-assembler "%{a}|" } } */
5 int a, b;
7 void f()
9 /* Check for escaped curly braces support. */
10 asm volatile ("{%%%{a%}%||%%%}b}" : :);