Sign in
llvm
/
llvm-project
/
refs/heads/users/ilovepi/spr/main.fuchsiacmake-allow-using-fatlto-when-building-runtimes-1
/
.
/
clang
/
test
/
SemaCXX
/
cxx-altivec.cpp
blob: cd4df63c19e862a239a737256c0e0c648bb8160f [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -triple=powerpc-ibm-aix -target-feature +altivec -fsyntax-only -verify %s
struct
Vector
{
__vector
float
xyzw
;
}
__attribute__
((
vecreturn
))
__attribute__
((
vecreturn
));
// expected-error {{'vecreturn' attribute cannot be repeated}}