New test.

llvm-svn: 46220
This commit is contained in:
Devang Patel 2008-01-21 22:15:58 +00:00
parent cafbec4b09
commit 6fae526290

View File

@ -0,0 +1,5 @@
// RUN: %llvmgcc %s -S -o -
struct X { long double b; unsigned char c; double __attribute__((packed)) d; };
struct X x = { 3.0L, 5, 3.0 };