blob: 18222ccecf33a2b57a4dcb84f5d497427cefac4e [file] [log] [blame]
/* { dg-do compile { target i?86*-*-darwin* x86_64*-*-darwin* } } */
/* { dg-options { -fasm-blocks } } */
/* Radar 4653181 */
void foo() {
asm mul edx
}