blob: 3cd51b81e349f20985e256a1d00883c8c289de50 [file] [log] [blame]
// RUN: %clang_cc1 -fsyntax-only -ast-dump %s | FileCheck %s
__attribute__((swift_attr("@actor")))
@interface View
@end
// CHECK: InterfaceDecl {{.*}} View
// CHECK-NEXT: SwiftAttrAttr {{.*}} "@actor"