repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[LLVM][IR] Use splat syntax when printing ConstantExpr based splats. (#116856)
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
2008-03-26-PackedBitFields.c
blob
72e5cb17de2eab8dfbf8581d9f34b4747403f40b
1
// RUN: %clang_cc1 %s -emit-llvm -o -
2
3
4
struct
S1757
{
5
long double
c
;
6
long int
__attribute__
((
packed
))
e
:
28
;
7
}
x
;