Attempt to fix test on 32-bit hosts.

llvm-svn: 147030
This commit is contained in:
Eli Friedman 2011-12-21 01:57:31 +00:00
parent febbd63db1
commit b9ccd553fc
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ union bar {
};
struct foo {
unsigned ptr;
short ptr;
};
union bar u[1];