[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / AST / attr-target-ast.c
blob130a8328b8544ac4f13fbbd838f2e4b6d603e09e
1 // RUN: %clang_cc1 -triple x86_64-linux-gnu -ast-dump %s | FileCheck %s
3 int __attribute__((target("arch=hiss,arch=woof"))) pine_tree(void) { return 4; }
4 // CHECK-NOT: arch=hiss
5 // CHECK-NOT: arch=woof