blob: 31dc94d873546da8055419a6fcfe36d5e0efb949 [file] [log] [blame]
// RUN: %target-swift-frontend -typecheck %s -parse-stdlib -emit-parseable-module-interface-path - | %FileCheck %s
// CHECK: @_show_in_interface public protocol _UnderscoredProtocol {
// CHECK-NEXT: }
@_show_in_interface
public protocol _UnderscoredProtocol {}