blob: 28eea51a2cb23c381f10d94f56cb453f500ec919 [file] [log] [blame]
/* APPLE LOCAL file CW asm blocks */
/* { dg-do assemble { target i?86*-*-darwin* x86_64*-*-darwin* } } */
/* { dg-options { -fasm-blocks } } */
/* Radar 4505697 */
void foo() {
asm movzx eax, [edi+8]
}