blob: 6e8497ea9c8d0d34b010c87ea34c0df2795f4691 [file] [log] [blame]
Erich Keane29636aa2018-02-16 17:31:59 +00001// RUN: %clang_cc1 -triple x86_64-linux-gnu -ast-dump %s | FileCheck %s
2
3int __attribute__((target("arch=hiss,arch=woof"))) pine_tree() { return 4; }
4// CHECK-NOT: arch=hiss
5// CHECK-NOT: arch=woof