blob: 74f4ef6363755c8867f7b7e1f793ee471a8fdc9d [file] [log] [blame]
struct
{
char a, b, f[3];
} s;
long i = s.f-&s.b;
long long j = s.f-&s.b;