git-svn-id: svn+ssh://svn.cprover.org/srv/svn/cbmc/trunk@4406 6afb6bc1-c8e4-404c-8f48-9ae832c5b171
This commit is contained in:
kroening 2014-08-04 13:56:39 +00:00
parent 9b060e5a22
commit 6ca7cc556f
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
#include <assert.h>
// gcc allows the following
// gcc allows the following 'tentative definitions'.
// Note that none of these has a size at the time of the
// variable definition.
union U my_u;