blob: 7b5e3101b687a7a7eb208eeb0be3b202d9434def [file] [log] [blame]
/* APPLE LOCAL file CW asm blocks */
/* Test macros with . in the opcode. */
/* { dg-do assemble { target powerpc*-*-* } } */
/* { dg-options "-fasm-blocks" } */
#define foodef() rlwinm. r4,r4,31,16,31
asm void foo (void)
{
foodef()
}