blob: 973df3405743d838d19bd96b050e74de82a2a0ea [file] [log] [blame]
/* { dg-do compile } */
char a;
struct S
{
int f0:9;
};
volatile struct S b;
int
fn1 ()
{
return (1 & b.f0) < a;
}