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
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
CodeGenCXX
/
2008-01-12-VecInit.cpp
blob
92bfd51d1ba83c3fc5e8e3e3936bf9ffc6ebed7c
1
// RUN: %clang_cc1 -emit-llvm %s -o -
2
// rdar://5685492
3
4
typedef
int
__attribute__
((
vector_size
(
16
)))
v
;
5
v vt
= {
1
,
2
,
3
,
4
};