diffblue-cbmc/regression/ansi-c/Array_Declarator8
Michael Tautschnig 544682c934 Do not accept arrays of variable size with static lifetime
Neither Clang nor GCC accept these. In addition to rejecting such declarations,
also fix the off-by-one error reported in #525: type declarations are type
checked before their symbols are processed, thus the symbol name needs to be set
up early. A lookup via the symbol table, however, is not yet possible. Thus
maintain the full symbol.

Fixes: #525
2017-07-17 20:23:44 +01:00
..
main.c Do not accept arrays of variable size with static lifetime 2017-07-17 20:23:44 +01:00
test.desc Do not accept arrays of variable size with static lifetime 2017-07-17 20:23:44 +01:00