blob: 61e13e4a8d2a9b18123f65da35a54d3ce9315209 [file] [log] [blame]
/* APPLE LOCAL file CW asm blocks */
/* { dg-do assemble { target i?86*-*-darwin* x86_64*-*-darwin* } } */
/* { dg-options { -fasm-blocks -msse3 } } */
/* Radar 4432782 */
void foo() {
int maskTip;
asm movzx eax,maskTip
}