// PR c++/16618 #include struct test { const char a; }; int main() { offsetof(test,a); }