1// "void" type illegal for struct member
2
3struct Foo {
4    void x;
5};
6