Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / 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);