New test.

llvm-svn: 46220
This commit is contained in:
Devang Patel 2008-01-21 22:15:58 +00:00
parent 7fb6241733
commit 5ce024f509
1 changed files with 5 additions and 0 deletions

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 };