vickenty / lang-c

Lightweight C parser for Rust
Apache License 2.0
202 stars 30 forks source link

GCC allows for empty structs #11

Closed sertel closed 4 years ago

sertel commented 5 years ago

See here: https://gcc.gnu.org/onlinedocs/gcc-8.1.0/gcc/Empty-Structures.html

I will provide a pull request.