blob: 99db44014f8d3214c95b57c18ce570052cfcead8 [file] [log] [blame]
struct s {
int f:3;
};
void foo(volatile struct s *p)
{
p->f;
}
/*
* check-name: volatile-bitfield
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-contains: load\\.
*/