1 /* { dg-do compile } */
3 /* Test that asm with no outputs are treated as volatile. */
7 __asm__ ("extended asm not discarded" : : "r" (x
));
12 __asm__ ("simple asm not discarded");
14 /* { dg-final { scan-assembler "extended asm not discarded" } } */
15 /* { dg-final { scan-assembler "simple asm not discarded" } } */