blob: 50fb8ad014c230bd47e3815193747061d284956d [file] [log] [blame]
Eric Christopher758aad72017-03-21 22:06:18 +00001// RUN: %clang_cc1 -triple=powerpc-apple-darwin8 -target-feature +altivec -fsyntax-only -verify %s
David Majnemerb1004102014-03-02 18:46:05 +00002
3struct Vector {
4 __vector float xyzw;
5} __attribute__((vecreturn)) __attribute__((vecreturn)); // expected-error {{'vecreturn' attribute cannot be repeated}}