llvm-svn: 129341
This commit is contained in:
John McCall 2011-04-12 01:15:45 +00:00
parent 9d60e373cf
commit b4744a3f4d
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ namespace PR5974 {
// PR9570: the indirect field shouldn't crash IR gen.
namespace test5 {
union {
static union {
unsigned bar[4096] __attribute__((aligned(128)));
};
}