]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Sema/attr-target-ast.c
Vendor import of clang trunk r338150:
[FreeBSD/FreeBSD.git] / test / Sema / attr-target-ast.c
1 // RUN: %clang_cc1 -triple x86_64-linux-gnu -ast-dump %s | FileCheck %s
2
3 int __attribute__((target("arch=hiss,arch=woof"))) pine_tree() { return 4; }
4 // CHECK-NOT: arch=hiss
5 // CHECK-NOT: arch=woof