1 // RUN: %clang_cc1 -fsyntax-only -ffreestanding %s -verify
2 // RUN: %clang_cc1 -fsyntax-only -ffreestanding -x c++ %s -verify
3 // expected-no-diagnostics
5 #if defined(i386) || defined(__x86_64__)
8 int __attribute__((__target__(("3dnow")))) foo(int a
) {
13 __m64
__attribute__((__target__(("3dnowa")))) bar(__m64 a
) {