mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
7 lines
252 B
Swift
7 lines
252 B
Swift
// 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 {}
|