llvm-for-llvmta/tools/clang/test/AST/attr-swift_attr.m
Nils Hölscher 7f403f4f1e added clang
2022-04-25 13:02:35 +02:00

9 lines
203 B
Objective-C

// RUN: %clang_cc1 -fsyntax-only -ast-dump %s | FileCheck %s
__attribute__((swift_attr("@actor")))
@interface View
@end
// CHECK: InterfaceDecl {{.*}} View
// CHECK-NEXT: SwiftAttrAttr {{.*}} "@actor"