blob: d6b623961378df1c77b7f7c53ecf198cf41ed6e8 [file] [log] [blame]
struct s {
struct {
int u, v;
} a, b;
};
static const struct s s;
static int foo(int c)
{
return c && s.b.v;
}
/*
* check-name: cost-deref-nested
* check-command: test-linearize -fdump-ir $file
*
* check-output-ignore
* check-output-excludes: cbr
*/