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
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang
/
test
/
SemaCXX
/
cxx-altivec.cpp
blob
50fb8ad014c230bd47e3815193747061d284956d
1
// RUN: %clang_cc1 -triple=powerpc-apple-darwin8 -target-feature +altivec -fsyntax-only -verify %s
2
3
struct
Vector
{
4
__vector
float
xyzw
;
5
}
__attribute__
((
vecreturn
))
__attribute__
((
vecreturn
));
// expected-error {{'vecreturn' attribute cannot be repeated}}