Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / 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);