mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +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 {}
|