blob: 55a720cbac47823459c37fc9b282ef0daeab3621 [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 4300138 */
void foo() {
char value;
asm {
REP stosB
}
}