modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/930326-1.c (about) 1 struct 2 { 3 char a, b, f[3]; 4 } s; 5 6 long i = s.f-&s.b;