Sign in
llvm
/
llvm-project
/
40c6f8984126407569b9b86f11050046950a4b3e
/
.
/
clang
/
test
/
AST
/
attr-target-ast.c
blob: 130a8328b8544ac4f13fbbd838f2e4b6d603e09e [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -triple x86_64-linux-gnu -ast-dump %s | FileCheck %s
int
__attribute__
((
target
(
"arch=hiss,arch=woof"
)))
pine_tree
(
void
)
{
return
4
;
}
// CHECK-NOT: arch=hiss
// CHECK-NOT: arch=woof