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