blob: 0b5806845c96b585a0837d010a859e476ff121c3 [file] [log] [blame]
/* APPLE LOCAL file CW asm blocks */
/* { dg-do assemble { target i?86*-*-darwin* } } */
/* { dg-options { "-fasm-blocks" } } */
/* Radar 4211954 */
void foo() {
asm {
and ebx, 0fffffffCh// zero low two bits
}
}