blob: f60b61f7086160097cf6e902967f76c31c0e72a6 [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 4236553 */
void foo()
{
asm mov eax,eax ? /* { dg-error "expected expression before" } */
}