brintos

brintos / llvm-project-archived public Read only

0
0
Text · 202 B · 130a832 Raw
6 lines · c
1// RUN: %clang_cc1 -triple x86_64-linux-gnu -ast-dump %s | FileCheck %s2 3int __attribute__((target("arch=hiss,arch=woof"))) pine_tree(void) { return 4; }4// CHECK-NOT: arch=hiss5// CHECK-NOT: arch=woof6