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