mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
New test case.
llvm-svn: 48858
This commit is contained in:
parent
e66720fd57
commit
a04c63181f
7
test/CFrontend/2008-03-26-PackedBitFields.c
Normal file
7
test/CFrontend/2008-03-26-PackedBitFields.c
Normal file
@ -0,0 +1,7 @@
|
||||
// RUN: %llvmgcc %s -S -o -
|
||||
|
||||
|
||||
struct S1757 {
|
||||
long double c;
|
||||
long int __attribute__((packed)) e:28;
|
||||
} x;
|
Loading…
Reference in New Issue
Block a user