Testcase for C front-end crash.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36148 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan Sands 2007-04-16 18:51:13 +00:00
parent 6937c9ae6f
commit 62dc4dd522

View File

@ -0,0 +1,6 @@
// RUN: %llvmgcc %s -S -o -
struct W {};
struct Y {
struct W w;
int i:1;
} __attribute__ ((packed)) y;