Allow _Static_assert declarations in structs
commitea0c57e90a11521956b29c533594ff2f27199c9d
authorPetr Skocik <pskocik@gmail.com>
Sat, 10 Dec 2022 00:12:44 +0000 (10 01:12 +0100)
committerPetr Skocik <pskocik@gmail.com>
Sat, 10 Dec 2022 00:12:44 +0000 (10 01:12 +0100)
treee21071dc8342346b5cddcbc7c60f1bd19332c4ea
parentac9eeea1d55dfd137940691542abe91e720b9c3e
Allow _Static_assert declarations in structs

This usage has been part of the C grammar since C11
(http://port70.net/~nsz/c/c11/n1570.html#6.7.2.1) and is
also supported by gcc and clang.
tccgen.c
tests/tests2/60_errors_and_warnings.c