1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

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 1f61b7273e
commit 716ac3f035

View File

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