http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00110.html
[official-gcc.git] / gcc / testsuite / g++.dg / parse / offsetof5.C
blob553e33ded424d5bc3e0e8367b23b90884ebc9f96
1 // PR c++/16618
3 #include <stddef.h>
5 struct test
7   const char a;
8 };
10 int main()
12   offsetof(test,a);