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:
parent
1f61b7273e
commit
716ac3f035
6
test/CFrontend/2007-03-26-BitfieldAfterZeroWidth.c
Normal file
6
test/CFrontend/2007-03-26-BitfieldAfterZeroWidth.c
Normal file
@ -0,0 +1,6 @@
|
||||
// RUN: %llvmgcc %s -S -o -
|
||||
struct W {};
|
||||
struct Y {
|
||||
struct W w;
|
||||
int i:1;
|
||||
} __attribute__ ((packed)) y;
|
Loading…
x
Reference in New Issue
Block a user