blob: 305044a22f78f1793e0913d7ed7a7c8ae8c01584 [file] [log] [blame]
/* APPLE LOCAL file CW asm blocks */
/* Test single line asms */
/* { dg-do compile { target powerpc*-*-darwin* i?86*-*-darwin* } } */
/* { dg-options "-fasm-blocks" } */
void
bar ()
{
asm { nop };
}