Sign in
cobalt
/
cobalt
/
bf4fe390b81028497c53296ce92f8c4193be685a
/
.
/
src
/
third_party
/
llvm-project
/
clang
/
test
/
Sema
/
attr-target-ast.c
blob: 6e8497ea9c8d0d34b010c87ea34c0df2795f4691 [
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
()
{
return
4
;
}
// CHECK-NOT: arch=hiss
// CHECK-NOT: arch=woof