Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / parse / offsetof2.C
blob4552d39fea2b1bf06709bb7095a8142b159ecf64
1 #include <cstddef>
3 struct choke_me
5     int size;
6     char storage[1];
7 };
9 struct offset_is_broken
11     static const int offset = offsetof(choke_me, storage);