blob: e5946fd776834072ab69b3b3b9b1a2d5f9a67506 [file] [log] [blame]
// Build don't link:
struct S {
int i;
} s;
void f()
{
s->i = 3; // ERROR - base operand
}