blob: 11309972f692a802e7d3daa9cc78c917c3830593 [file] [log] [blame]
/* Test error conditions of asm flag outputs. */
/* { dg-do compile } */
/* { dg-options "" } */
void test(void)
{
char x;
asm("# %0" : "=@ccz"(x)); /* { dg-error "invalid use of asm flag output" } */
}