Testcase for C front-end crash.

llvm-svn: 36148
This commit is contained in:
Duncan Sands 2007-04-16 18:51:13 +00:00
parent d16d149262
commit 475eb0f4ed
1 changed files with 6 additions and 0 deletions

View File

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