llvm-for-llvmta/tools/clang/test/AST/attr-swift_attr.m

9 lines
203 B
Mathematica
Raw Permalink Normal View History

2022-04-25 13:02:35 +02:00
// RUN: %clang_cc1 -fsyntax-only -ast-dump %s | FileCheck %s
__attribute__((swift_attr("@actor")))
@interface View
@end
// CHECK: InterfaceDecl {{.*}} View
// CHECK-NEXT: SwiftAttrAttr {{.*}} "@actor"