blob: 05cda9fc8ddbc150fc5cf74991733fe199714f63 [file] [log] [blame]
/* { dg-do compile { target ia32 } } */
/* { dg-options "-march=pentium" } */
void f_s(void) { short x; asm("" : "=@ccc"(x)); }
void f_i(void) { int x; asm("" : "=@ccc"(x)); }