blob: 1cb94722c20e8e02c691c3ef7172853f884f8227 [file] [log] [blame]
/* APPLE LOCAL file CW asm blocks */
/* { dg-do assemble { target i?86*-*-darwin* } } */
/* { dg-skip-if "" { *-*-darwin* } { "-m64" } { "" } } */
/* { dg-options { -fasm-blocks -msse3 } } */
/* Radar 4319887 */
void bar();
void foo () {
asm {
call bar
call foo
}
}