mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-20 14:29:27 +00:00
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:
parent
6937c9ae6f
commit
62dc4dd522
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