// PR c++/16618

#include <stddef.h>

struct test
{
  const char a;
};

int main()
{
  offsetof(test,a);
}


syntax highlighted by Code2HTML, v. 0.9.1